BB_packer Class Reference

Class taking care of packing/unpacking. More...

#include <BB_packer.hpp>

Inheritance diagram for BB_packer:

Inheritance graph
[legend]
Collaboration diagram for BB_packer:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual void pack_warmstart (const BCP_warmstart *ws, BCP_buffer &buf, bool report_if_default=false)
 Pack warmstarting information.
virtual BCP_warmstartunpack_warmstart (BCP_buffer &buf, bool report_if_default=false)
 Unpack warmstarting information.
virtual void pack_var_algo (const BCP_var_algo *var, BCP_buffer &buf)
 Pack an algorithmic variable.
virtual BCP_var_algounpack_var_algo (BCP_buffer &buf)
 Unpack an algorithmic variable.
virtual void pack_cut_algo (const BCP_cut_algo *cut, BCP_buffer &buf)
 Pack an algorithmic cut.
virtual BCP_cut_algounpack_cut_algo (BCP_buffer &buf)
 Unpack an algorithmic cut.
virtual void pack_user_data (const BCP_user_data *ud, BCP_buffer &buf)
 Pack an user data.
virtual BCP_user_dataunpack_user_data (BCP_buffer &buf)
 Unpack an user data.

Detailed Description

Class taking care of packing/unpacking.

Definition at line 22 of file BB_packer.hpp.


Member Function Documentation

virtual void BB_packer::pack_warmstart ( const BCP_warmstart ws,
BCP_buffer buf,
bool  report_if_default = false 
) [inline, virtual]

Pack warmstarting information.

Reimplemented from BCP_user_pack.

Definition at line 28 of file BB_packer.hpp.

References BCP_pack_warmstart().

virtual BCP_warmstart* BB_packer::unpack_warmstart ( BCP_buffer buf,
bool  report_if_default = false 
) [inline, virtual]

Unpack warmstarting information.

Reimplemented from BCP_user_pack.

Definition at line 39 of file BB_packer.hpp.

References BCP_unpack_warmstart().

virtual void BB_packer::pack_var_algo ( const BCP_var_algo var,
BCP_buffer buf 
) [inline, virtual]

Pack an algorithmic variable.

Reimplemented from BCP_user_pack.

Definition at line 51 of file BB_packer.hpp.

virtual BCP_var_algo* BB_packer::unpack_var_algo ( BCP_buffer buf  )  [inline, virtual]

Unpack an algorithmic variable.

Reimplemented from BCP_user_pack.

Definition at line 58 of file BB_packer.hpp.

virtual void BB_packer::pack_cut_algo ( const BCP_cut_algo cut,
BCP_buffer buf 
) [virtual]

Pack an algorithmic cut.

Reimplemented from BCP_user_pack.

virtual BCP_cut_algo* BB_packer::unpack_cut_algo ( BCP_buffer buf  )  [virtual]

Unpack an algorithmic cut.

Reimplemented from BCP_user_pack.

virtual void BB_packer::pack_user_data ( const BCP_user_data ud,
BCP_buffer buf 
) [virtual]

Pack an user data.

Reimplemented from BCP_user_pack.

virtual BCP_user_data* BB_packer::unpack_user_data ( BCP_buffer buf  )  [virtual]

Unpack an user data.

Reimplemented from BCP_user_pack.


The documentation for this class was generated from the following file:
Generated on Thu Jan 15 03:02:32 2009 for coin-Bcp by  doxygen 1.4.7