Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This is the complete list of members for FileOutput, including all inherited members.
FileOutput(const char *path, bool append=false) | FileOutput | |
FileOutput(cstring path, bool append=false) | FileOutput | |
FileOutput(string path, bool append=false) | FileOutput | |
FileOutput(sys::Path path, bool append=false) | FileOutput | |
FileOutput(FileOutput &&fo) | FileOutput | |
flush(void) | Output | |
format(CString fmt,...) | Output | |
format(CString fmt, VarArg &args) | Output | |
Output(void) | Output | |
Output(OutStream &stream) | Output | |
print(bool value) | Output | |
print(char chr) | Output | |
print(double value) | Output | |
print(void *value) | Output | |
print(const char *str) | Output | inline |
print(const CString str) | Output | |
print(const String &str) | Output | |
print(const IntFormat &fmt) | Output | |
print(const FloatFormat &fmt) | Output | |
print(const StringFormat &fmt) | Output | |
print(t::int32 value) | Output | |
print(t::uint32 value) | Output | |
print(t::int64 value) | Output | |
print(t::uint64 value) | Output | |
setStream(OutStream &stream) | Output | |
stream(void) const | Output | inline |
supportsANSI() | Output | |
~FileOutput(void) | FileOutput |