#include <BB_cut.hpp>
Inheritance diagram for BB_indexed_cut:
Public Member Functions | |
void | pack (BCP_buffer &buf) const |
Packing cut to a buffer. | |
Constructors and destructors | |
BB_indexed_cut (BCP_buffer &buf) | |
Constructor from content of buffer. | |
BB_indexed_cut (int index, double lb, double ub) | |
Constructor from the index itself. | |
~BB_indexed_cut () | |
Destructor. | |
int | index () const |
Constructor from content of buffer. | |
Static Public Member Functions | |
static void * | operator new (size_t size) |
static void | operator delete (void *p, size_t size) |
Private Member Functions | |
BB_indexed_cut () | |
BB_indexed_cut (const BB_indexed_cut &) | |
BB_indexed_cut & | operator= (const BB_indexed_cut &) |
Private Attributes | |
int | index_ |
Static Private Attributes | |
static BCP_MemPool | memPool |
Only the index of the cut needs to be stored.
Definition at line 19 of file BB_cut.hpp.
BB_indexed_cut::BB_indexed_cut | ( | ) | [private] |
BB_indexed_cut::BB_indexed_cut | ( | const BB_indexed_cut & | ) | [private] |
BB_indexed_cut::BB_indexed_cut | ( | BCP_buffer & | buf | ) |
Constructor from content of buffer.
BB_indexed_cut::BB_indexed_cut | ( | int | index, | |
double | lb, | |||
double | ub | |||
) |
Constructor from the index itself.
BB_indexed_cut::~BB_indexed_cut | ( | ) | [inline] |
BB_indexed_cut& BB_indexed_cut::operator= | ( | const BB_indexed_cut & | ) | [private] |
static void* BB_indexed_cut::operator new | ( | size_t | size | ) | [inline, static] |
static void BB_indexed_cut::operator delete | ( | void * | p, | |
size_t | size | |||
) | [inline, static] |
void BB_indexed_cut::pack | ( | BCP_buffer & | buf | ) | const |
Packing cut to a buffer.
int BB_indexed_cut::index | ( | ) | const [inline] |
BCP_MemPool BB_indexed_cut::memPool [static, private] |
int BB_indexed_cut::index_ [private] |