coin-Bcp
Private Member Functions | List of all members
MCF3_packer Class Reference

#include <MCF3_tm.hpp>

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

Private Member Functions

virtual void pack_var_algo (const BCP_var_algo *var, BCP_buffer &buf)
 Pack an algorithmic variable. More...
 
virtual BCP_var_algounpack_var_algo (BCP_buffer &buf)
 Unpack an algorithmic variable. More...
 
virtual void pack_user_data (const BCP_user_data *ud, BCP_buffer &buf)
 Pack an user data. More...
 
virtual BCP_user_dataunpack_user_data (BCP_buffer &buf)
 Unpack an user data. More...
 

Additional Inherited Members

- Public Member Functions inherited from BCP_user_pack
virtual ~BCP_user_pack ()
 
virtual void pack_warmstart (const BCP_warmstart *ws, BCP_buffer &buf, bool report_if_default=false)
 Pack warmstarting information. More...
 
virtual BCP_warmstartunpack_warmstart (BCP_buffer &buf, bool report_if_default=false)
 Unpack warmstarting information. More...
 
virtual void pack_cut_algo (const BCP_cut_algo *cut, BCP_buffer &buf)
 Pack an algorithmic cut. More...
 
virtual BCP_cut_algounpack_cut_algo (BCP_buffer &buf)
 Unpack an algorithmic cut. More...
 
- Public Attributes inherited from BCP_user_pack
BCP_user_classuser_class
 A pointer ot the usr class of the process from which the methods of this class are invoked from. More...
 

Detailed Description

Definition at line 11 of file MCF3_tm.hpp.

Member Function Documentation

virtual void MCF3_packer::pack_var_algo ( const BCP_var_algo var,
BCP_buffer buf 
)
inlineprivatevirtual

Pack an algorithmic variable.

Reimplemented from BCP_user_pack.

Definition at line 15 of file MCF3_tm.hpp.

References MCF3_pack_var().

virtual BCP_var_algo* MCF3_packer::unpack_var_algo ( BCP_buffer buf)
inlineprivatevirtual

Unpack an algorithmic variable.

Reimplemented from BCP_user_pack.

Definition at line 20 of file MCF3_tm.hpp.

References MCF3_unpack_var().

virtual void MCF3_packer::pack_user_data ( const BCP_user_data ud,
BCP_buffer buf 
)
inlineprivatevirtual

Pack an user data.

Reimplemented from BCP_user_pack.

Definition at line 26 of file MCF3_tm.hpp.

References MCF3_user::pack().

virtual BCP_user_data* MCF3_packer::unpack_user_data ( BCP_buffer buf)
inlineprivatevirtual

Unpack an user data.

Reimplemented from BCP_user_pack.

Definition at line 32 of file MCF3_tm.hpp.


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