coin-Bcp
|
Class taking care of interaction between user data and Bcp. More...
#include <BB_user_data.hpp>
Public Member Functions | |
Constructors and destructors | |
MY_user_data (const int max_size) | |
Initial constructor. More... | |
MY_user_data (BCP_buffer &buf) | |
Constructor from buffer content. More... | |
~MY_user_data () | |
Destructor. More... | |
void | pack (BCP_buffer &buf) const |
Packing to buffer. More... | |
void | print () const |
Dump the fields of the class. More... | |
![]() | |
virtual | ~BCP_user_data () |
![]() | |
ReferencedObject () | |
virtual | ~ReferencedObject () |
int | ReferenceCount () const |
void | AddRef () const |
void | ReleaseRef () const |
Public Attributes | |
int | is_processed |
Indicator for mmory management: If is_processed = 1, the associated user data may be erased. More... | |
real_user_data * | p_rud |
Pointer on an object holding the user data itself. More... | |
Class taking care of interaction between user data and Bcp.
Definition at line 57 of file BB_user_data.hpp.
MY_user_data::MY_user_data | ( | const int | max_size | ) |
Initial constructor.
MY_user_data::MY_user_data | ( | BCP_buffer & | buf | ) |
Constructor from buffer content.
MY_user_data::~MY_user_data | ( | ) |
Destructor.
void MY_user_data::pack | ( | BCP_buffer & | buf | ) | const |
Packing to buffer.
void MY_user_data::print | ( | ) | const |
Dump the fields of the class.
int MY_user_data::is_processed |
Indicator for mmory management: If is_processed = 1, the associated user data may be erased.
Definition at line 62 of file BB_user_data.hpp.
real_user_data* MY_user_data::p_rud |
Pointer on an object holding the user data itself.
Definition at line 65 of file BB_user_data.hpp.