![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This is the complete list of members for FileInput, including all inherited members.
| ended() const | Input | inline |
| error() const | Input | inline |
| failed() const | Input | inline |
| FileInput(const char *path) | FileInput | |
| FileInput(cstring path) | FileInput | |
| FileInput(string path) | FileInput | |
| FileInput(sys::Path path) | FileInput | |
| FileInput(FileInput &&fi) | FileInput | |
| Input(void) | Input | |
| Input(InStream &stream) | Input | |
| lines() | Input | inline |
| ok() const | Input | inline |
| operator>>(bool &value) | Input | inline |
| operator>>(char &value) | Input | inline |
| operator>>(unsigned char &value) | Input | inline |
| operator>>(short &value) | Input | inline |
| operator>>(unsigned short &value) | Input | inline |
| operator>>(int &value) | Input | inline |
| operator>>(unsigned int &value) | Input | inline |
| operator>>(signed long &value) | Input | inline |
| operator>>(unsigned long &value) | Input | inline |
| operator>>(signed long long &value) | Input | inline |
| operator>>(unsigned long long &value) | Input | inline |
| operator>>(float &value) | Input | inline |
| operator>>(double &value) | Input | inline |
| operator>>(String &value) | Input | inline |
| operator>>(const string &text) | Input | inline |
| operator>>(cstring text) | Input | inline |
| operator>>(const char *text) | Input | inline |
| operator>>(T &v) | Input | inline |
| resetState() | Input | inline |
| scanBool(void) | Input | |
| scanChar(void) | Input | |
| scanDouble(void) | Input | |
| scanLine(void) | Input | |
| scanLLong(int base=0) | Input | |
| scanLong(int base=0) | Input | |
| scanULLong(int base=0) | Input | |
| scanULong(int base=0) | Input | |
| scanWord(void) | Input | |
| setStream(InStream &stream) | Input | inline |
| stream(void) const | Input | inline |
| swallow(char chr) | Input | |
| swallow(CString str) | Input | |
| swallow(const String &str) | Input | |
| swallowBlank(void) | Input | |
| ~FileInput(void) | FileInput |