Darwin  1.10(beta)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | List of all members
drwnPersistentRecord Class Referenceabstract

Interface class for drwnPersistentStorage. More...

Inheritance diagram for drwnPersistentRecord:
drwnNNGraphImage drwnNNGraphNode drwnPatchMatchImagePyramid drwnPersistentVectorRecord< T > drwnPersistentVectorVectorRecord< T > drwnSuperpixelContainer

Public Member Functions

virtual size_t numBytesOnDisk () const =0
 number of bytes required to store object on disk or in a character stream (without compression)
 
virtual bool write (ostream &os) const =0
 write the object to an output stream
 
virtual bool read (istream &is)=0
 read the object from an input stream
 

Detailed Description

Interface class for drwnPersistentStorage.


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