ArmSys Support
BBufferFixed< Size > Class Template Reference

#include <BBuffer.h>

Inheritance diagram for BBufferFixed< Size >:
BBuffer

Public Member Functions

 BBufferFixed ()
 
- Public Member Functions inherited from BBuffer
 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)
 

Private Attributes

char odataFixed [Size]
 

Additional Inherited Members

- Protected Attributes inherited from BBuffer
char * odata
 
BUInt odataSize
 
BUInt osize
 

Constructor & Destructor Documentation

◆ BBufferFixed()

template<int Size>
BBufferFixed< Size >::BBufferFixed ( )
inline

Member Data Documentation

◆ odataFixed

template<int Size>
char BBufferFixed< Size >::odataFixed[Size]
private

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