Account
| ArmsysApi 0.12.18 |
BBuffer Class Reference
#include <BBuffer.h>
Inheritance diagram for BBuffer:
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()
| inline |
◆ len()
| inline |
◆ operator[]()
| inline |
◆ setSize()
◆ size()
| inline |
Member Data Documentation
◆ odata
| protected |
◆ odataSize
| protected |
◆ osize
| protected |
The documentation for this class was generated from the following files:
Generated by
1.8.15 