This is the complete list of members for Istream, including all inherited members.
| APPEND enum value | IOstreamOption | |
| appendType enum name | IOstreamOption | |
| ASCII enum value | IOstreamOption | |
| ATOMIC enum value | IOstreamOption | |
| atomicType enum name | IOstreamOption | |
| bad() const noexcept | IOstream | inline |
| beginRawRead()=0 | Istream | pure virtual |
| BINARY enum value | IOstreamOption | |
| check(const char *operation) const | IOstream | virtual |
| checkLabelSize() const noexcept | IOstream | inline |
| checkScalarSize() const noexcept | IOstream | inline |
| closed() const noexcept | IOstream | inline |
| CLOSED enum value | IOstream | |
| COMPRESSED enum value | IOstreamOption | |
| compression() const noexcept | IOstreamOption | inline |
| compression(const compressionType comp) noexcept | IOstreamOption | inline |
| compression(const word &compName) | IOstreamOption | inline |
| compressionEnum(const word &compName, const compressionType deflt=compressionType::UNCOMPRESSED) | IOstreamOption | static |
| compressionEnum(const word &key, const dictionary &dict, const compressionType deflt=compressionType::UNCOMPRESSED) | IOstreamOption | static |
| compressionType enum name | IOstreamOption | |
| currentVersion | IOstreamOption | static |
| defaultPrecision() noexcept | IOstream | inlinestatic |
| defaultPrecision(unsigned int prec) noexcept | IOstream | inlinestatic |
| endRawRead()=0 | Istream | pure virtual |
| eof() const noexcept | IOstream | inline |
| fail() const noexcept | IOstream | inline |
| fatalCheck(const char *operation) const | IOstream | |
| flags() const =0 | IOstream | pure virtual |
| flags(const ios_base::fmtflags f)=0 | IOstream | pure virtual |
| floatFormat enum name | IOstreamOption | |
| floatFormatEnum(const word &fmtName, const floatFormat deflt=floatFormat::general) | IOstreamOption | static |
| floatFormatEnum(const word &key, const dictionary &dict, const floatFormat deflt=floatFormat::general) | IOstreamOption | static |
| floatFormatNames | IOstreamOption | static |
| format() const noexcept | IOstreamOption | inline |
| format(const streamFormat fmt) noexcept | IOstreamOption | inline |
| format(const word &formatName) | IOstreamOption | inline |
| formatEnum(const word &fmtName, const streamFormat deflt=streamFormat::ASCII) | IOstreamOption | static |
| formatEnum(const word &key, const dictionary &dict, const streamFormat deflt=streamFormat::ASCII) | IOstreamOption | static |
| formatNames | IOstreamOption | static |
| getBack(token &tok) | Istream | |
| good() const noexcept | IOstream | inline |
| hasPutback() const noexcept | Istream | inlineprotected |
| info() const noexcept | IOstream | inline |
| ioState_ | IOstream | protected |
| IOstream(const IOstream &)=default | IOstream | |
| IOstream(IOstreamOption streamOpt=IOstreamOption()) | IOstream | inlineexplicit |
| IOstream(IOstreamOption::streamFormat fmt, IOstreamOption::versionNumber ver, IOstreamOption::compressionType cmp=IOstreamOption::UNCOMPRESSED) | IOstream | inline |
| IOstreamOption(streamFormat fmt=streamFormat::ASCII, compressionType comp=compressionType::UNCOMPRESSED) noexcept | IOstreamOption | inline |
| IOstreamOption(streamFormat fmt, compressionType comp, versionNumber ver) noexcept | IOstreamOption | inline |
| IOstreamOption(streamFormat fmt, versionNumber ver, compressionType comp=compressionType::UNCOMPRESSED) noexcept | IOstreamOption | inline |
| IOstreamOption(const IOstreamOption &opt, streamFormat fmt) noexcept | IOstreamOption | inline |
| Istream(const Istream &)=default | Istream | |
| Istream(IOstreamOption streamOpt=IOstreamOption()) | Istream | inlineexplicit |
| Istream(IOstreamOption::streamFormat fmt, IOstreamOption::compressionType cmp=IOstreamOption::UNCOMPRESSED) | Istream | inlineexplicit |
| labelByteSize() const noexcept | IOstream | inline |
| lineNumber() const noexcept | IOstream | inline |
| lineNumber() noexcept | IOstream | inline |
| lineNumber(const label num) noexcept | IOstream | inline |
| lineNumber_ | IOstream | protected |
| name() const | IOstream | virtual |
| NON_APPEND enum value | IOstreamOption | |
| NON_ATOMIC enum value | IOstreamOption | |
| openClosed_ | IOstream | protected |
| opened() const noexcept | IOstream | inline |
| OPENED enum value | IOstream | |
| operator bool() const noexcept | IOstream | inlineexplicit |
| operator!() const noexcept | IOstream | inline |
| operator()() const | Istream | |
| peekBack() const noexcept | Istream | |
| precision_ | IOstream | static |
| print(Ostream &os) const | IOstream | virtual |
| print(Ostream &os, const int streamState) const | IOstream | |
| putBack(const token &tok) | Istream | |
| putBack(token &&tok) | Istream | |
| putBackClear() | Istream | |
| read(token &)=0 | Istream | pure virtual |
| read(char &)=0 | Istream | pure virtual |
| read(word &)=0 | Istream | pure virtual |
| read(string &)=0 | Istream | pure virtual |
| read(label &)=0 | Istream | pure virtual |
| read(float &)=0 | Istream | pure virtual |
| read(double &)=0 | Istream | pure virtual |
| read(char *data, std::streamsize count)=0 | Istream | pure virtual |
| readBegin(const char *funcName) | Istream | |
| readBeginList(const char *funcName) | Istream | |
| readEnd(const char *funcName) | Istream | |
| readEndList(const char *funcName) | Istream | |
| readRaw(char *data, std::streamsize count)=0 | Istream | pure virtual |
| relativeName() const | IOstream | |
| rewind()=0 | Istream | pure virtual |
| scalarByteSize() const noexcept | IOstream | inline |
| setBad() | IOstream | inline |
| setClosed() noexcept | IOstream | inlineprotected |
| setEof() noexcept | IOstream | inline |
| setf(const ios_base::fmtflags f) | IOstream | inline |
| setf(const ios_base::fmtflags f, const ios_base::fmtflags mask) | IOstream | inline |
| setFail() noexcept | IOstream | inline |
| setGood() noexcept | IOstream | inlineprotected |
| setLabelByteSize(unsigned nbytes) noexcept | IOstream | inline |
| setOpened() noexcept | IOstream | inlineprotected |
| setScalarByteSize(unsigned nbytes) noexcept | IOstream | inline |
| setState(std::ios_base::iostate state) noexcept | IOstream | inlineprotected |
| sizeofLabel_ | IOstream | protected |
| sizeofScalar_ | IOstream | protected |
| staticName_ | IOstream | protectedstatic |
| streamAccess enum name | IOstream | |
| streamFormat enum name | IOstreamOption | |
| UNCOMPRESSED enum value | IOstreamOption | |
| unsetf(const ios_base::fmtflags f) | IOstream | inline |
| version() const noexcept | IOstreamOption | inline |
| version(const versionNumber ver) noexcept | IOstreamOption | inline |
| version(const token &tok) | IOstreamOption | inline |
| ~IOstream()=default | IOstream | virtual |
| ~Istream()=default | Istream | virtual |