Public Member Functions |
|
| Source (word32 sz=0) |
|
| Source (const byte *b, word32 sz) |
|
word32 | remaining () |
|
word32 | size () const |
|
void | grow (word32 sz) |
|
bool | IsLeft (word32 sz) |
|
const byte * | get_buffer () const |
|
const byte * | get_current () const |
|
word32 | get_index () const |
|
void | set_index (word32 i) |
|
byte | operator[] (word32 i) |
|
byte | next () |
|
byte | prev () |
|
void | add (const byte *data, word32 len) |
|
void | advance (word32 i) |
|
void | reset (ByteBlock &) |
|
Error | GetError () |
|
void | SetError (ErrorNumber w) |
|
| Source (const Source &that) |
|
Source & | operator= (const Source &that) |
|
void | Swap (Source &other) |
Detailed Description
Definition at line 34 of file file.hpp.
The documentation for this class was generated from the following files: