MCharBuffer Class Reference

#include <MPxThreadedDeviceNode.h>

Class Description

Memory buffer utility class.

Simple utility class so that we do not pass a reference to a char*

+ 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
 

Constructor & Destructor Documentation

Constructor.

Creates a empty character buffer.

Member Function Documentation

char * ptr ( )

Returns the pointer of the buffer.

Returns
Buffer pointer.
+ Examples:
long size ( )

Returns the size of the buffer.

Returns
Buffer size.

The documentation for this class was generated from the following files:
  • MPxThreadedDeviceNode.h
  • MPxThreadedDeviceNode.cpp