ArmSys Support
ArmsysApi  0.12.18

#include <BBuffer.h>

Inheritance diagram for BBuffer:
BBufferFixed< Size > BBufferStore

Public Member Functions

 BBuffer (char *data=0, BUInt len=0)
 
 ~BBuffer ()
 
BError setSize (BUInt size)
 Sets the bufer size. More...
 
char * data ()
 
BUInt len ()
 
BUInt size ()
 
char & operator[] (int pos)
 

Protected Attributes

char * odata
 
BUInt odataSize
 
BUInt osize
 

Constructor & Destructor Documentation

◆ BBuffer()

BBuffer::BBuffer ( char *  data = 0,
BUInt  len = 0 
)

◆ ~BBuffer()

BBuffer::~BBuffer ( )

Member Function Documentation

◆ data()

char* BBuffer::data ( )
inline

◆ len()

BUInt BBuffer::len ( )
inline

◆ operator[]()

char& BBuffer::operator[] ( int  pos)
inline

◆ setSize()

BError BBuffer::setSize ( BUInt  size)

Sets the bufer size.

◆ size()

BUInt BBuffer::size ( )
inline

Member Data Documentation

◆ odata

char* BBuffer::odata
protected

◆ odataSize

BUInt BBuffer::odataSize
protected

◆ osize

BUInt BBuffer::osize
protected

The documentation for this class was generated from the following files: