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