#include <frameio.hh>

Public Member Functions | |
| basic_frame_storage () | |
| Default constructor. | |
| virtual | ~basic_frame_storage () |
| Destructor (Overwrite! Call your own release funtion). | |
| virtual void | reset ()=0 |
| Release the frame (protect against multiple calls!). | |
| virtual const char * | data () const =0 |
| Return a pointer to the data (return zero if invalid). | |
| virtual int | size () const =0 |
| Return the length of the data array. | |
| virtual bool | empty () const |
| Returns true if container is empty. | |
| const char * | name () const |
| Get name. | |
| void | setname (const char *n) |
| Set name. | |
Protected Attributes | |
| std::string | fName |
| filename | |
1.5.4