RawData Class Reference

#include <RawData.h>

Description

Asset that represents generalized byte data.

Functions

 RawData (const std::string &n, int size)
 
uint8_t * GetPtr ()
 
int GetSize ()
 

Constructor & Destructor Documentation

RawData ( const std::string &  n,
int  size 
)
inline

Basic data constructor.

Parameters
nThe Asset name.
sizeThe number of bytes of the Assets.

Member Function Documentation

uint8_t* GetPtr ( )
inline

Returns the data of the RawAsset for writing and reading.

int GetSize ( )
inline

Returns the number of bytes of the RawData.


The documentation for this class was generated from the following file:
  • /home/jc/git/Dynacoe/DynacoeSrc/includes/Dynacoe/RawData.h