Darwin  1.10(beta)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Public Attributes | List of all members
drwnPersistentVectorVectorRecord< T > Class Template Reference

Templated class for storing vector-of-vector records. More...

Inheritance diagram for drwnPersistentVectorVectorRecord< T >:
drwnPersistentRecord

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
 

Detailed Description

template<class T>
class drwnPersistentVectorVectorRecord< T >

Templated class for storing vector-of-vector records.


The documentation for this class was generated from the following file: