Darwin
1.10(beta)
|
Templated class for storing vector records. More...
Public Member Functions | |
drwnPersistentVectorRecord () | |
default constructor | |
~drwnPersistentVectorRecord () | |
destructor | |
size_t | numBytesOnDisk () const |
number of bytes required to store object on disk or in a character stream (without compression) | |
bool | write (ostream &os) const |
write the object to an output stream | |
bool | read (istream &is) |
read the object from an input stream | |
Public Attributes | |
std::vector< T > | data |
Templated class for storing vector records.