Evo C++ Library v0.5.1
|
This is the complete list of members for Stream< T >, including all inherited members.
attach(Open mode, Handle handle, bool owned=true, bool flushlines=false) | Stream< T > | inline |
bufrd_ | Stream< T > | protected |
bufread() | Stream< T > | inline |
bufwr_ | Stream< T > | protected |
bufwrite() | Stream< T > | inline |
close() | Stream< T > | inline |
detach() | Stream< T > | inline |
device_ | Stream< T > | protected |
error() const | IoBase | inline |
error_ | IoBase | protected |
excep() const | IoBase | inline |
excep(bool val) | IoBase | inline |
excep_ | IoBase | protected |
ExceptionInT typedef | Stream< T > | |
ExceptionOutT typedef | Stream< T > | |
flush() | Stream< T > | inlinevirtual |
Format typedef | Stream< T > | |
Handle typedef | Stream< T > | |
handle() const | Stream< T > | inline |
init(Open mode, bool flushlines=false) | Stream< T > | inlineprotected |
IoBase() | IoBase | inline |
isopen() const | Stream< T > | inlinevirtual |
operator SafeBoolType() const | SafeBool< IoBase > | inline |
operator!() const | IoBase | inline |
operator<<(This &) | Stream< T > | inline |
operator<<(Newline nl) | Stream< T > | inline |
operator<<(NewlineDefault nl) | Stream< T > | inline |
operator<<(const NewlineValue &nl) | Stream< T > | inline |
operator<<(Flush) | Stream< T > | inline |
operator<<(bool val) | Stream< T > | inline |
operator<<(char ch) | Stream< T > | inline |
operator<<(const char *str) | Stream< T > | inline |
operator<<(const SubString &str) | Stream< T > | inline |
operator<<(const ListBase< char, TSize > &str) | Stream< T > | inline |
operator<<(int num) | Stream< T > | inline |
operator<<(long num) | Stream< T > | inline |
operator<<(longl num) | Stream< T > | inline |
operator<<(uint num) | Stream< T > | inline |
operator<<(ulong num) | Stream< T > | inline |
operator<<(ulongl num) | Stream< T > | inline |
operator<<(const IntegerT< U > &num) | Stream< T > | inline |
operator<<(float num) | Stream< T > | inline |
operator<<(double num) | Stream< T > | inline |
operator<<(ldouble num) | Stream< T > | inline |
operator<<(const FloatT< U > &num) | Stream< T > | inline |
operator<<(const FmtChar &fmt) | Stream< T > | inline |
operator<<(const FmtString &fmt) | Stream< T > | inline |
operator<<(const FmtShort &fmt) | Stream< T > | inline |
operator<<(const FmtInt &fmt) | Stream< T > | inline |
operator<<(const FmtLong &fmt) | Stream< T > | inline |
operator<<(const FmtLongL &fmt) | Stream< T > | inline |
operator<<(const FmtUShort &fmt) | Stream< T > | inline |
operator<<(const FmtUInt &fmt) | Stream< T > | inline |
operator<<(const FmtULong &fmt) | Stream< T > | inline |
operator<<(const FmtULongL &fmt) | Stream< T > | inline |
operator<<(const FmtFloat &fmt) | Stream< T > | inline |
operator<<(const FmtFloatD &fmt) | Stream< T > | inline |
operator<<(const FmtFloatL &fmt) | Stream< T > | inline |
operator<<(const FmtFieldNum< U > &fmt) | Stream< T > | inline |
operator<<(const FmtFieldFloat< U > &fmt) | Stream< T > | inline |
operator<<(const FmtPtr &fmtptr) | Stream< T > | inline |
operator<<(const FmtDump &fmt) | Stream< T > | inline |
Out typedef | Stream< T > | |
owned_ | Stream< T > | protected |
readbin(void *buf, ulong size) | Stream< T > | inlinevirtual |
readline(String &str, ulong maxlen=0) | Stream< T > | inlinevirtual |
readtext(char *buf, ulong size) | Stream< T > | inlinevirtual |
RwLast enum name | Stream< T > | protected |
rwlast_ | Stream< T > | protected |
rwlNONE enum value | Stream< T > | protected |
rwlREAD enum value | Stream< T > | protected |
rwlWRITE enum value | Stream< T > | protected |
SafeBool() | SafeBool< IoBase > | inline |
savepos_ | Stream< T > | protected |
Size typedef | StreamBase | |
Stream(Newline newlines=NL_SYS) | Stream< T > | inline |
StreamBase() | StreamBase | inline |
This typedef | Stream< T > | |
write_direct(Size size) | Stream< T > | inlinevirtual |
write_direct_finish(Size size) | Stream< T > | inlinevirtual |
write_direct_flush(Size &available, Size written_size, Size reserve_size) | Stream< T > | inline |
write_direct_multi(Size &available, Size reserve_size) | Stream< T > | inline |
write_out() | Stream< T > | inline |
writebin(const void *buf, ulong size) | Stream< T > | inlinevirtual |
writechar(char ch, ulong count=1) | Stream< T > | inlinevirtual |
writefmtchar(char ch, ulong count, const FmtSetField &field) | Stream< T > | inline |
writefmtdump(const FmtDump &fmt) | Stream< T > | inline |
writefmtdump(const FmtDump &fmt, Newline nl) | Stream< T > | inline |
writefmtnum(TNum num, const FmtSetInt &fmt, const FmtSetField *field=NULL) | Stream< T > | inline |
writefmtnumf(TNum num, const FmtSetFloat &fmt, const FmtSetField *field=NULL) | Stream< T > | inline |
writefmtnumu(TNum num, const FmtSetInt &fmt, const FmtSetField *field=NULL) | Stream< T > | inline |
writefmtstr(const char *buf, ulong size, const FmtSetField &field) | Stream< T > | inline |
writeline(const char *buf, ulong size) | Stream< T > | inlinevirtual |
writenum(TNum num, int base=fDEC) | Stream< T > | inline |
writenumf(TNum num, int precision=fPREC_AUTO) | Stream< T > | inline |
writenumu(TNum num, int base=fDEC) | Stream< T > | inline |
writequoted(const char *buf, Size size, char delim, bool optional=false) | Stream< T > | inlinevirtual |
writetext(const char *buf, ulong size) | Stream< T > | inlinevirtual |
~IoBase() | IoBase | inlinevirtual |
~Stream() | Stream< T > | inline |
~StreamBase() | StreamBase | inlinevirtual |