#include <frame.h>
Public Methods | |
| BoxVector () | |
| BoxVector (const BoxVector &other) | |
| ~BoxVector () | |
| Box *& | operator[] (int index) |
| BoxVector & | operator= (BoxVector &other) |
| void | push_back (Box *element) |
| unsigned int | size () |
| unsigned int | length () |
Private Attributes | |
| bool | is_set |
| Box ** | data |
| unsigned int | physical_length |
| unsigned int | element_length |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
where the data is stored an array of Box pointers |
|
|
the length of the elements that have values |
|
|
|
|
|
the acctual length of data |
1.2.14 written by Dimitri van Heesch,
© 1997-2002