Scid
4.7.0
|
#include <bytebuf.h>
Public Member Functions | |
ByteBuffer (size_t length) | |
~ByteBuffer () | |
void | ProvideExternal (byte *data, size_t length) |
errorT | Status () |
size_t | GetByteCount () |
void | BackToStart () |
void | Skip (size_t value) |
byte | GetByte () |
void | GetFixedString (char *str, size_t length) |
void | GetTerminatedString (char **str) |
const byte * | getData () |
void | Empty () |
void | PutByte (byte value) |
void | PutFixedString (const char *str, size_t length) |
void | PutTerminatedString (const char *str) |
void ByteBuffer::BackToStart | ( | ) |
Definition at line 37 of file bytebuf.cpp.
void ByteBuffer::Empty | ( | ) |
Definition at line 23 of file bytebuf.cpp.
void ByteBuffer::GetFixedString | ( | char * | str, |
size_t | length | ||
) |
Definition at line 80 of file bytebuf.cpp.
void ByteBuffer::GetTerminatedString | ( | char ** | str | ) |
Definition at line 117 of file bytebuf.cpp.
void ByteBuffer::ProvideExternal | ( | byte * | data, |
size_t | length | ||
) |
Definition at line 52 of file bytebuf.cpp.
void ByteBuffer::PutFixedString | ( | const char * | str, |
size_t | length | ||
) |
Definition at line 98 of file bytebuf.cpp.
void ByteBuffer::PutTerminatedString | ( | const char * | str | ) |
Definition at line 136 of file bytebuf.cpp.
void ByteBuffer::Skip | ( | size_t | value | ) |
Definition at line 66 of file bytebuf.cpp.