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
drwnPersistentVectorRecord< T > Class Template Reference

Templated class for storing vector records. More...

Inheritance diagram for drwnPersistentVectorRecord< T >:
drwnPersistentRecord

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
 

Detailed Description

template<class T>
class drwnPersistentVectorRecord< T >

Templated class for storing vector records.


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