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... | |
| 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... | |
Public Member Functions inherited from BCP_user_data | |
| virtual | ~BCP_user_data () |
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.
Definition at line 18 of file BB_user_data.cpp.
| MY_user_data::MY_user_data | ( | BCP_buffer & | buf | ) |
Constructor from buffer content.
Definition at line 28 of file BB_user_data.cpp.
| MY_user_data::~MY_user_data | ( | ) |
Destructor.
Definition at line 37 of file BB_user_data.cpp.
| 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.
Definition at line 49 of file BB_user_data.cpp.
| void MY_user_data::print | ( | ) | const |
Dump the fields of the class.
Definition at line 60 of file BB_user_data.cpp.
| 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.
1.8.5