Elm  2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
Input Member List

This is the complete list of members for Input, including all inherited members.

ended() constInputinline
error() constInputinline
failed() constInputinline
Input(void)Input
Input(InStream &stream)Input
lines()Inputinline
ok() constInputinline
operator>>(bool &value)Inputinline
operator>>(char &value)Inputinline
operator>>(unsigned char &value)Inputinline
operator>>(short &value)Inputinline
operator>>(unsigned short &value)Inputinline
operator>>(int &value)Inputinline
operator>>(unsigned int &value)Inputinline
operator>>(signed long &value)Inputinline
operator>>(unsigned long &value)Inputinline
operator>>(signed long long &value)Inputinline
operator>>(unsigned long long &value)Inputinline
operator>>(float &value)Inputinline
operator>>(double &value)Inputinline
operator>>(String &value)Inputinline
operator>>(const string &text)Inputinline
operator>>(cstring text)Inputinline
operator>>(const char *text)Inputinline
operator>>(T &v)Inputinline
resetState()Inputinline
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)Inputinline
stream(void) constInputinline
swallow(char chr)Input
swallow(CString str)Input
swallow(const String &str)Input
swallowBlank(void)Input