Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This is the complete list of members for BlockInStream, including all inherited members.
block() const | BlockInStream | inline |
BlockInStream(const void *block, int size) | BlockInStream | |
BlockInStream(const char *str) | BlockInStream | |
BlockInStream(const CString &str) | BlockInStream | |
BlockInStream(const String &str) | BlockInStream | |
ENDED | InStream | static |
FAILED | InStream | static |
lastErrorMessage(void) | InStream | virtual |
mark() const | BlockInStream | inline |
move(int mark) | BlockInStream | inline |
moveBackward(int size) | BlockInStream | inline |
moveForward(int size) | BlockInStream | inline |
null | InStream | static |
read(void *buffer, int size) override | BlockInStream | virtual |
read() override | BlockInStream | virtual |
reset(void) | BlockInStream | inline |
size() const | BlockInStream | inline |
~InStream(void) | InStream | inlinevirtual |