C++ API Reference
|
Memory buffer utility class. More...
#include <MPxThreadedDeviceNode.h>
Public Member Functions | |
MCharBuffer () | |
Constructor. More... | |
char * | ptr () |
Returns the pointer of the buffer. More... | |
long | size () |
Returns the size of the buffer. More... | |
Friends | |
class | MPxThreadedDeviceNode |
Memory buffer utility class.
Simple utility class so that we do not pass a reference to a char*
MCharBuffer | ( | ) |
Constructor.
Creates a empty character buffer.
char * ptr | ( | ) |
Returns the pointer of the buffer.
long size | ( | ) |
Returns the size of the buffer.