#include <MPxThreadedDeviceNode.h>
Memory buffer utility class.
Simple utility class so that we do not pass a reference to a char*
 Examples:
 Examples: | 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 | 
| MCharBuffer | ( | ) | 
Constructor.
Creates a empty character buffer.
| char * ptr | ( | ) | 
Returns the pointer of the buffer.
 Examples:
 Examples: | long size | ( | ) | 
Returns the size of the buffer.