#include <DS_ByteQueue.h>
List of all members.
Detailed Description
Definition at line 20 of file DS_ByteQueue.h.
Constructor & Destructor Documentation
| DataStructures::ByteQueue::ByteQueue |
( |
| ) |
|
| DataStructures::ByteQueue::~ByteQueue |
( |
| ) |
|
Member Function Documentation
| void DataStructures::ByteQueue::Clear |
( |
const char * |
file, |
|
|
unsigned int |
line |
|
) |
| |
| void DataStructures::ByteQueue::DecrementReadOffset |
( |
unsigned |
length | ) |
|
| unsigned DataStructures::ByteQueue::GetBytesWritten |
( |
void |
| ) |
const |
| void DataStructures::ByteQueue::IncrementReadOffset |
( |
unsigned |
length | ) |
|
| char* DataStructures::ByteQueue::PeekContiguousBytes |
( |
unsigned int * |
outLength | ) |
const |
| void DataStructures::ByteQueue::Print |
( |
void |
| ) |
|
| bool DataStructures::ByteQueue::ReadBytes |
( |
char * |
out, |
|
|
unsigned |
maxLengthToRead, |
|
|
bool |
peek |
|
) |
| |
| void DataStructures::ByteQueue::WriteBytes |
( |
const char * |
in, |
|
|
unsigned |
length, |
|
|
const char * |
file, |
|
|
unsigned int |
line |
|
) |
| |
Member Data Documentation
The documentation for this class was generated from the following file: