feisty meow concerns codebase  2.140
octopi::infoton_id_pair Class Reference

implements a list of waiting infotons. More...

#include <entity_defs.h>

Inheritance diagram for octopi::infoton_id_pair:
Collaboration diagram for octopi::infoton_id_pair:

Public Member Functions

 infoton_id_pair (infoton *data, const octopus_request_id &id)
 
 ~infoton_id_pair ()
 

Public Attributes

infoton_data
 
octopus_request_id _id
 

Detailed Description

implements a list of waiting infotons.

the actual infoton plus its request id are stored.

Definition at line 165 of file entity_defs.h.

Constructor & Destructor Documentation

◆ infoton_id_pair()

octopi::infoton_id_pair::infoton_id_pair ( infoton data,
const octopus_request_id id 
)
inline

Definition at line 171 of file entity_defs.h.

◆ ~infoton_id_pair()

octopi::infoton_id_pair::~infoton_id_pair ( )
inline

Definition at line 174 of file entity_defs.h.

References _data, and NULL_POINTER.

Member Data Documentation

◆ _data

infoton* octopi::infoton_id_pair::_data

Definition at line 168 of file entity_defs.h.

Referenced by ~infoton_id_pair().

◆ _id

octopus_request_id octopi::infoton_id_pair::_id

Definition at line 169 of file entity_defs.h.


The documentation for this class was generated from the following file: