MY_user_data Class Reference

Class taking care of interaction between user data and Bcp. More...

#include <BB_user_data.hpp>

Inheritance diagram for MY_user_data:
Inheritance graph
[legend]
Collaboration diagram for MY_user_data:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Constructors and destructors



 MY_user_data (const int max_size)
 Initial constructor.
 MY_user_data (BCP_buffer &buf)
 Constructor from buffer content.
 ~MY_user_data ()
 Destructor.
void pack (BCP_buffer &buf) const
 Packing to buffer.
void print () const
 Dump the fields of the class.

Public Attributes

int is_processed
 Indicator for mmory management: If is_processed = 1, the associated user data may be erased.
real_user_datap_rud
 Pointer on an object holding the user data itself.

Detailed Description

Class taking care of interaction between user data and Bcp.

Definition at line 57 of file BB_user_data.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

void MY_user_data::pack ( BCP_buffer buf  )  const

Packing to buffer.

void MY_user_data::print (  )  const

Dump the fields of the class.


Member Data Documentation

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.

Pointer on an object holding the user data itself.

Definition at line 65 of file BB_user_data.hpp.


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

Generated on 15 Mar 2015 for Coin-All by  doxygen 1.6.1