#include <frameio.hh>

Public Member Functions | |
| mmap_frame_storage (const char *filename=0) | |
| Default constructor. | |
| virtual | ~mmap_frame_storage () |
| Destructor (Overwrite! Call your own release funtion). | |
| virtual void | reset () |
| Release the frame (protect against multiple calls!). | |
| virtual const char * | data () const |
| Return a pointer to the data (return zero if invalid). | |
| virtual int | size () const |
| Return the length of the data array. | |
| bool | map (const char *filename) |
| Map a file. | |
Protected Attributes | |
| const char * | fAddr |
| Data pointer. | |
| int | fLength |
| Size of data. | |
1.5.4