|
Darwin
1.10(beta)
|
Templated class for storing vector-of-vector records. More...
Public Member Functions | |
| drwnPersistentVectorVectorRecord () | |
| default constructor | |
| ~drwnPersistentVectorVectorRecord () | |
| 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< std::vector< T > > | data |
Templated class for storing vector-of-vector records.
1.8.6