#include <frameio.hh>
Public Member Functions | |
| frame_storage_ptr () | |
| Default constructor. | |
| frame_storage_ptr (basic_frame_storage *frame) | |
| Constructor (adopts the frame storage object). | |
| frame_storage_ptr (const frame_storage_ptr &fptr) | |
| Copy constructor. | |
| frame_storage_ptr & | operator= (const frame_storage_ptr &fptr) |
| Copy operator. | |
| ~frame_storage_ptr () | |
| Destructor. | |
| void | set (basic_frame_storage *frame) |
| Set a new frame. | |
| void | reset () |
| Reset. | |
| basic_frame_storage * | release () const |
| Release. | |
| const char * | data () const |
| Data pointer. | |
| int | size () const |
| Data size. | |
| const char * | name () const |
| Original name. | |
Protected Attributes | |
| basic_frame_storage * | fFrame |
| Frame storage. | |
1.5.4