|
HDK
|
This is the complete list of members for UT_OStream, including all inherited members.
| awrite(const bool *buf, int64 cnt=1, bool nl=false) | UT_OStream | inline |
| awrite(const char *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| awrite(const unsigned char *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| awrite(const signed char *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| awrite(const int16 *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| awrite(const uint16 *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| awrite(const int32 *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| awrite(const uint32 *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| awrite(const int64 *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| awrite(const uint64 *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| awrite(const fpreal32 *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| awrite(const fpreal64 *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| awrite(const UT_String &str, bool nl=false) | UT_OStream | |
| awrite(const UT_StringRef &str, bool nl=false) | UT_OStream | |
| awrite(const std::string &str, bool nl=false) | UT_OStream | |
| bad() const | UT_OStream | |
| bwrite(const bool *buf, int64 cnt=1) | UT_OStream | inline |
| bwrite(const char *buf, int64 cnt=1) | UT_OStream | |
| bwrite(const unsigned char *buf, int64 cnt=1) | UT_OStream | |
| bwrite(const signed char *buf, int64 cnt=1) | UT_OStream | |
| bwrite(const int16 *buf, int64 cnt=1) | UT_OStream | |
| bwrite(const uint16 *buf, int64 cnt=1) | UT_OStream | |
| bwrite(const int32 *buf, int64 cnt=1) | UT_OStream | |
| bwrite(const uint32 *buf, int64 cnt=1) | UT_OStream | |
| bwrite(const int64 *buf, int64 cnt=1) | UT_OStream | |
| bwrite(const uint64 *buf, int64 cnt=1) | UT_OStream | |
| bwrite(const fpreal32 *buf, int64 cnt=1) | UT_OStream | |
| bwrite(const fpreal64 *buf, int64 cnt=1) | UT_OStream | |
| bwrite(const UT_String &str) | UT_OStream | |
| bwrite(const UT_StringRef &str) | UT_OStream | |
| bwrite(const std::string &str) | UT_OStream | |
| char_type typedef | UT_OStream | |
| eof() const | UT_OStream | |
| fail() const | UT_OStream | |
| flush() | UT_OStream | inline |
| getOStream() | UT_OStream | inline |
| good() const | UT_OStream | |
| isAscii() const | UT_OStream | inline |
| isBinary() const | UT_OStream | inline |
| NO_INIT enum value | UT_OStream | |
| operator bool() const | UT_OStream | inline |
| operator!() const | UT_OStream | inline |
| operator<<(UT_OStream &os, int16 value) | UT_OStream | friend |
| operator<<(UT_OStream &os, uint16 value) | UT_OStream | friend |
| operator<<(UT_OStream &os, int32 value) | UT_OStream | friend |
| operator<<(UT_OStream &os, uint32 value) | UT_OStream | friend |
| operator<<(UT_OStream &os, int64 value) | UT_OStream | friend |
| operator<<(UT_OStream &os, uint64 value) | UT_OStream | friend |
| operator<<(UT_OStream &os, fpreal32 value) | UT_OStream | friend |
| operator<<(UT_OStream &os, fpreal64 value) | UT_OStream | friend |
| operator<<(UT_OStream &os, char value) | UT_OStream | friend |
| operator<<(UT_OStream &os, unsigned char value) | UT_OStream | friend |
| operator<<(UT_OStream &os, const char *value) | UT_OStream | friend |
| operator<<(UT_OStream &os, long value) | UT_OStream | friend |
| operator<<(UT_OStream &os, unsigned long value) | UT_OStream | friend |
| pos_type typedef | UT_OStream | |
| precision() const | UT_OStream | |
| precision(int dig) | UT_OStream | |
| put(char_type ch) | UT_OStream | inline |
| seek_type typedef | UT_OStream | |
| seekp(pos_type offset, seek_type dir=UT_IOS_SEEK_BEG) | UT_OStream | inline |
| setOStream(std::ostream &os) | UT_OStream | inline |
| setstate(std::ios::iostate state) | UT_OStream | inline |
| setStreamRef(UT_OStream &os) | UT_OStream | inline |
| tellp() | UT_OStream | inline |
| Uninitialized enum name | UT_OStream | |
| UT_OStream(std::ostream &os, UT_IOS_TYPE bin) | UT_OStream | inline |
| UT_OStream(std::ostream &os, bool binary) | UT_OStream | inline |
| UT_OStream(Uninitialized, UT_IOS_TYPE bin) | UT_OStream | inline |
| UT_OStreamAutoBinary | UT_OStream | friend |
| width() const | UT_OStream | |
| width(int dig) | UT_OStream | |
| write(const char_type *str, int64 count) | UT_OStream | inline |
| write(const bool *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| write(const int16 *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| write(const uint16 *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| write(const int32 *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| write(const uint32 *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| write(const int64 *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| write(const uint64 *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| write(const fpreal32 *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| write(const fpreal64 *buf, int64 cnt=1, bool nl=false) | UT_OStream | |
| write(const UT_String &str, bool nl=false) | UT_OStream | inline |
| write(const UT_StringRef &str, bool nl=false) | UT_OStream | inline |
| write(const std::string &str, bool nl=false) | UT_OStream | inline |
| ~UT_OStream()=default | UT_OStream |