coin-Bcp
|
#include <MCF3_data.hpp>
Public Member Functions | |
MCF3_user (int numComm=-1) | |
MCF3_user (const MCF3_user &rhs) | |
MCF3_user (BCP_buffer &buf) | |
~MCF3_user () | |
void | pack (BCP_buffer &buf) const |
void | unpack (BCP_buffer &buf) |
![]() | |
virtual | ~BCP_user_data () |
![]() | |
ReferencedObject () | |
virtual | ~ReferencedObject () |
int | ReferenceCount () const |
void | AddRef () const |
void | ReleaseRef () const |
Public Attributes | |
int | numCommodities |
std::vector < MCF3_branch_decision > * | branch_history |
Private Member Functions | |
MCF3_user & | operator= (const MCF3_user &rhs) |
Definition at line 67 of file MCF3_data.hpp.
|
inline |
Definition at line 76 of file MCF3_data.hpp.
References branch_history.
|
inline |
Definition at line 81 of file MCF3_data.hpp.
References branch_history, and numCommodities.
|
inline |
Definition at line 88 of file MCF3_data.hpp.
References unpack().
|
inline |
Definition at line 91 of file MCF3_data.hpp.
References branch_history.
void MCF3_user::pack | ( | BCP_buffer & | buf | ) | const |
Referenced by MCF3_packer::pack_user_data().
void MCF3_user::unpack | ( | BCP_buffer & | buf | ) |
Referenced by MCF3_user().
int MCF3_user::numCommodities |
Definition at line 72 of file MCF3_data.hpp.
Referenced by MCF3_user().
std::vector<MCF3_branch_decision>* MCF3_user::branch_history |
Definition at line 73 of file MCF3_data.hpp.
Referenced by MCF3_user(), and ~MCF3_user().