CMUData Class Reference

#include <CMUData.h>

Inheritance diagram for CMUData:

CMUData1 CMUData2 CMUData3 CMUData4 List of all members.

Public Member Functions

 CMUData ()
 CMUData (const CMUData &other)
 ~CMUData ()
CMUDataoperator= (const CMUData &other)
bool isEmpty () const

Private Attributes

char * data
unsigned short size

Friends

Outoperator<< (Out &stream, const CMUData &data)
Inoperator>> (In &stream, CMUData &data)

Detailed Description

Definition at line 19 of file CMUData.h.


Constructor & Destructor Documentation

CMUData::CMUData (  )  [inline]

Constructor.

Definition at line 27 of file CMUData.h.

References size.

CMUData::CMUData ( const CMUData other  )  [inline]

Copy constructor.

Definition at line 30 of file CMUData.h.

References size.

CMUData::~CMUData (  )  [inline]

Destructor.

Definition at line 33 of file CMUData.h.

References data, and size.


Member Function Documentation

bool CMUData::isEmpty (  )  const [inline]

Definition at line 44 of file CMUData.h.

References size.

CMUData& CMUData::operator= ( const CMUData other  )  [inline]

Definition at line 35 of file CMUData.h.

References data, and size.


Friends And Related Function Documentation

Out& operator<< ( Out stream,
const CMUData data 
) [friend]

In& operator>> ( In stream,
CMUData data 
) [friend]


Member Data Documentation

char* CMUData::data [private]

All data but the first two bytes.

Definition at line 22 of file CMUData.h.

Referenced by operator=(), and ~CMUData().

unsigned short CMUData::size [private]

The size of the original package.

Definition at line 23 of file CMUData.h.

Referenced by CMUData(), isEmpty(), operator=(), and ~CMUData().


The documentation for this class was generated from the following file:
Generated on Thu Dec 7 01:22:42 2006 for DT2005.panorama by  doxygen 1.4.7