Torque2D Reference
Loading...
Searching...
No Matches
RawData Class Reference

#include <rawData.h>

Inheritance diagram for RawData:

Public Types

typedef RawDataT< S8 > Parent
Public Types inherited from RawDataT< S8 >
typedef void Parent
typedef RawDataT< S8 > ThisType
typedef S8 ValueType
 Type of elements in the buffer.

Public Member Functions

 RawData ()
 RawData (S8 *data, U32 size, bool ownMemory=false)
Public Member Functions inherited from RawDataT< S8 >
 RawDataT ()
 RawDataT (S8 *data, U32 size, bool ownMemory=false)
 RawDataT (const ThisType &rd)
 ~RawDataT ()
void reset ()
void alloc (const U32 newSize)
void operator= (const ThisType &rd)

Additional Inherited Members

Static Public Member Functions inherited from RawDataT< S8 >
static Self * allocInline (U32 numElements TORQUE_TMM_ARGS_DECL)
Public Attributes inherited from RawDataT< S8 >
bool ownMemory
S8 * data
 The data buffer.
U32 size
 Number of elements in the buffer.

Detailed Description

Raw byte buffer. This isn't a typedef to allow forward declarations.

Member Typedef Documentation

◆ Parent

typedef RawDataT< S8 > Parent

Constructor & Destructor Documentation

◆ RawData() [1/2]

RawData ( )
inline

◆ RawData() [2/2]

RawData ( S8 * data,
U32 size,
bool ownMemory = false )
inline

The documentation for this class was generated from the following file: