|
libUTL++
|
This is the complete list of members for utl::FDstream, including all inherited members.
| _indentIfBOL() | utl::Stream | inlineprotected |
| _isA(const RunTimeClass *runTimeClass) const | utl::Object | inline |
| addOwnedIt(const class FwdIt *it) const | utl::Object | virtual |
| allocatedSize() const | utl::Object | |
| blockingIO() const | utl::FDstream | inline |
| blockRead(uint32_t usec=0) | utl::FDstream | |
| blockWrite(uint32_t usec=0) | utl::FDstream | |
| checkOK() | utl::Stream | |
| clear() | utl::FDstream | protectedvirtual |
| clearEOF() | utl::Stream | |
| clearError() | utl::Stream | |
| close() | utl::FDstream | virtual |
| compare(const Object &rhs) const | utl::Object | virtual |
| copy(const Object &rhs) | utl::Stream | virtual |
| copyData(Stream &in, size_t numBytes=size_t_max, size_t bufSize=KB(4)) | utl::Stream | |
| copyFlags(const FlagsMI &rhs) | utl::FlagsMI | inlineprotected |
| copyFlags(const FlagsMI &rhs, uint_t lsb, uint_t msb) | utl::FlagsMI | inlineprotected |
| copyFlags(uint64_t flags, uint_t lsb, uint_t msb) | utl::FlagsMI | inlineprotected |
| detach() | utl::FDstream | inline |
| dump(Stream &os, uint_t level=uint_t_max) const | utl::Object | virtual |
| dumpWithClassName(Stream &os, uint_t indent=4, uint_t level=uint_t_max) const | utl::Object | |
| eof() const | utl::Stream | virtual |
| error() const | utl::Stream | virtual |
| fd() const | utl::FDstream | inline |
| FDstream(int fd, uint_t mode) | utl::FDstream | |
| FlagsMI() | utl::FlagsMI | inlineprotected |
| flush(uint_t mode=io_wr) | utl::Stream | inlinevirtual |
| get(byte_t &b) | utl::Stream | inline |
| get(char &c) | utl::Stream | inline |
| get() | utl::Stream | inline |
| getBit() | utl::Stream | inline |
| getBits(uint_t numBits) | utl::Stream | inline |
| getFlag(uint_t flagNum) const | utl::FlagsMI | inlineprotected |
| getFlags() const | utl::FlagsMI | inlineprotected |
| getFlagsNumber(uint64_t mask, uint64_t shift=0) | utl::FlagsMI | inlineprotected |
| getIndent() const | utl::Stream | inline |
| getInputCount() const | utl::Stream | inline |
| getKey() const | utl::Object | virtual |
| getMode() const | utl::Stream | inline |
| getName() const | utl::Stream | |
| getNamePtr() const | utl::Stream | |
| getOutputCount() const | utl::Stream | inline |
| getProxiedObject() const | utl::Object | virtual |
| getProxiedObject() | utl::Object | virtual |
| hash(size_t size) const | utl::Object | virtual |
| hasKey() const | utl::Object | inline |
| indent(uint_t num=4) | utl::Stream | inline |
| indentIfBOL() | utl::Stream | inlineprotected |
| innerAllocatedSize() const | utl::Object | virtual |
| isBOL() const | utl::Stream | virtual |
| isInput() const | utl::Stream | virtual |
| isOutput() const | utl::Stream | virtual |
| isOwner() const | utl::Stream | inline |
| isRDWR() const | utl::Stream | inline |
| isSocket() const | utl::FDstream | |
| isTTY() const | utl::FDstream | |
| newline() | utl::Stream | inlinevirtual |
| ok() const | utl::Stream | |
| operator String() const | utl::Object | |
| operator!=(const Object &rhs) const | utl::Object | inline |
| operator<(const Object &rhs) const | utl::Object | inline |
| operator<<(smanip0 manip) | utl::Stream | inline |
| operator<<(void *ptr) | utl::Stream | |
| operator<<(const char *str) | utl::Stream | |
| operator<=(const Object &rhs) const | utl::Object | inline |
| operator==(const Object &rhs) const | utl::Object | inline |
| operator>(const Object &rhs) const | utl::Object | inline |
| operator>=(const Object &rhs) const | utl::Object | inline |
| put(byte_t b) | utl::Stream | inline |
| put(char c) | utl::Stream | inline |
| put(int c) | utl::Stream | inline |
| put(const char *str) | utl::Stream | |
| put(const char *str, size_t len) | utl::Stream | |
| putBit(bool b) | utl::Stream | inline |
| putBits() | utl::Stream | inline |
| putBits(uint32_t n, uint_t numBits) | utl::Stream | inline |
| putLine(const char *str) | utl::Stream | inline |
| read(byte_t *array, size_t maxBytes, size_t minBytes=size_t_max) | utl::FDstream | virtual |
| readLine(String &str) | utl::Stream | virtual |
| readToken(char *buf, size_t size) | utl::Stream | protected |
| readUntilWS(char *buf, size_t size) | utl::Stream | protected |
| removeOwnedIt(const class FwdIt *it) const | utl::Object | virtual |
| serialize(Stream &stream, uint_t io, uint_t mode=ser_default) | utl::Object | virtual |
| serializeBoxed(Object *&object, Stream &stream, uint_t io, uint_t mode=ser_default) | utl::Object | inlinestatic |
| serializeIn(Stream &is, uint_t mode=ser_default) | utl::Object | inline |
| serializeInBoxed(Stream &is, uint_t mode=ser_default) | utl::Object | static |
| serializeInNullable(Stream &is, uint_t mode=ser_default) | utl::Object | static |
| serializeNullable(Object *&object, Stream &stream, uint_t io, uint_t mode=ser_default) | utl::Object | static |
| serializeOut(Stream &os, uint_t mode=ser_default) const | utl::Object | inline |
| serializeOutBoxed(Stream &os, uint_t mode=ser_default) const | utl::Object | |
| serializeOutNullable(const Object *object, Stream &os, uint_t mode=ser_default) | utl::Object | static |
| setBase(uint_t base) | utl::Stream | inline |
| setBlockingIO(bool v) | utl::FDstream | |
| setBOL(bool p_bol) | utl::Stream | virtual |
| setEOF(bool p_eof) | utl::Stream | virtual |
| setError(bool p_error) | utl::Stream | virtual |
| setFD(int fd, uint_t mode=io_rd|io_wr) | utl::FDstream | virtual |
| setFlag(uint_t flagNum, bool val) | utl::FlagsMI | inlineprotected |
| setFlags(uint64_t flags) | utl::FlagsMI | inlineprotected |
| setFlagsNumber(uint64_t mask, uint64_t shift, uint64_t num) | utl::FlagsMI | inlineprotected |
| setIndent(uint_t indent) | utl::Stream | inline |
| setInput(bool input) | utl::Stream | virtual |
| setMode(uint_t mode) | utl::Stream | inline |
| setModes() | utl::FDstream | protectedvirtual |
| setName(const String &name) | utl::Stream | |
| setName(String *name) | utl::Stream | |
| setOutput(bool output) | utl::Stream | virtual |
| setOwner(bool owner) | utl::Stream | inline |
| skipWS() | utl::Stream | protected |
| steal(Object &rhs) | utl::Object | virtual |
| throwStreamEOFex() | utl::Stream | protected |
| throwStreamErrorEx() | utl::Stream | protected |
| toString() const | utl::Object | virtual |
| unindent(uint_t num=4) | utl::Stream | inline |
| vclone(const Object &rhs) | utl::Object | virtual |
| write(const byte_t *array, size_t num) | utl::FDstream | virtual |
| writeSpaces(size_t num) | utl::Stream | |
| ~FlagsMI() | utl::FlagsMI | inlineprotectedvirtual |