Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
This is the complete list of members for StringBuffer, including all inherited members.
copyString() | StringBuffer | inline |
flush(void) | Output | |
format(CString fmt,...) | Output | |
format(CString fmt, VarArg &args) | Output | |
length(void) const | StringBuffer | inline |
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 | |
reset(void) | StringBuffer | inline |
setStream(OutStream &stream) | Output | |
stream(void) | StringBuffer | inline |
elm::io::Output::stream(void) const | Output | inline |
StringBuffer(int capacity=64, int increment=32) | StringBuffer | inline |
supportsANSI() | Output | |
toCString() | StringBuffer | inline |
toString() | StringBuffer | inline |