Public Member Functions | |
FreeBlock (int aBeginPosition, int aSize) | |
FreeBlock (const FreeBlock &aFreeBlock) | |
void | Print (int aWidth=1, int aDetail=0) const |
FreeBlock & | operator= (const FreeBlock &aFreeBlock) |
void | SetBeginPosition (int aBeginPosition) |
void | SetEndPosition (int aEndPosition) |
void | SetSize (int aSize) |
int | GetBeginPosition () const |
int | GetEndPosition () const |
int | GetSize () const |
Friends | |
int | compare (const FreeBlock &Lhs, const FreeBlock &Rhs) |
ostream & | operator<< (ostream &aOutput, const FreeBlock &aFBlock) |
istream & | operator>> (istream &aInput, FreeBlock &aFBlock) |
Definition at line 33 of file FreeBlock.h.