framefast::frame_storage_ptr Class Reference

Frame storage auto pointer. More...

#include <frameio.hh>

List of all members.

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_ptroperator= (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_storagerelease () const
 Release.
const char * data () const
 Data pointer.
int size () const
 Data size.
const char * name () const
 Original name.

Protected Attributes

basic_frame_storagefFrame
 Frame storage.


Detailed Description

Frame storage auto pointer.
The documentation for this class was generated from the following file:
Generated on Sun Mar 8 19:21:16 2009 for dmt by  doxygen 1.5.4