feisty meow concerns codebase
2.140
|
implements a list of waiting infotons. More...
#include <entity_defs.h>
Public Member Functions | |
infoton_id_pair (infoton *data, const octopus_request_id &id) | |
~infoton_id_pair () | |
Public Attributes | |
infoton * | _data |
octopus_request_id | _id |
implements a list of waiting infotons.
the actual infoton plus its request id are stored.
Definition at line 165 of file entity_defs.h.
|
inline |
Definition at line 171 of file entity_defs.h.
|
inline |
Definition at line 174 of file entity_defs.h.
References _data, and NULL_POINTER.
infoton* octopi::infoton_id_pair::_data |
Definition at line 168 of file entity_defs.h.
Referenced by ~infoton_id_pair().
octopus_request_id octopi::infoton_id_pair::_id |
Definition at line 169 of file entity_defs.h.