This is the complete list of members for OFstream, 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 |
| beginBlock(const keyType &kw) | Ostream | virtual |
| beginBlock() | Ostream | virtual |
| beginRawWrite(std::streamsize count) | OSstream | virtual |
| BINARY enum value | IOstreamOption | |
| check(const char *operation) const | IOstream | virtual |
| checkLabelSize() const noexcept | IOstream | inline |
| checkScalarSize() const noexcept | IOstream | inline |
| ClassName("OFstream") | OFstream | |
| close(const std::string &pathname) | ofstreamPointer | private |
| 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 |
| decrIndent() | Ostream | |
| defaultPrecision() noexcept | IOstream | inlinestatic |
| defaultPrecision(unsigned int prec) noexcept | IOstream | inlinestatic |
| endBlock() | Ostream | virtual |
| endEntry() | Ostream | virtual |
| endl() | OSstream | virtual |
| endRawWrite() | OSstream | virtual |
| entryIndentation_ | Ostream | protectedstatic |
| eof() const noexcept | IOstream | inline |
| fail() const noexcept | IOstream | inline |
| fatalCheck(const char *operation) const | IOstream | |
| fill() const | OSstream | virtual |
| fill(const char fillch) | OSstream | virtual |
| flags() const | OSstream | inlinevirtual |
| flags(const ios_base::fmtflags f) | OSstream | inlinevirtual |
| flush() | OSstream | virtual |
| format() const noexcept | IOstreamOption | inline |
| format(const streamFormat fmt) noexcept | IOstreamOption | inline |
| format(const word &formatName) | IOstreamOption | inline |
| formatEnum(const word &formatName, const streamFormat deflt=streamFormat::ASCII) | IOstreamOption | static |
| formatEnum(const word &key, const dictionary &dict, const streamFormat deflt=streamFormat::ASCII) | IOstreamOption | static |
| formatNames | IOstreamOption | static |
| get() noexcept | ofstreamPointer | inlineprivate |
| get() const noexcept | ofstreamPointer | inlineprivate |
| good() const noexcept | IOstream | inline |
| incrIndent() noexcept | Ostream | inline |
| indent() | OSstream | virtual |
| indentLevel() const noexcept | Ostream | inline |
| indentLevel(unsigned short val) noexcept | Ostream | inline |
| indentLevel() noexcept | Ostream | inline |
| indentLevel_ | Ostream | protected |
| indentSize() const noexcept | Ostream | inline |
| indentSize(unsigned short val) noexcept | Ostream | inline |
| indentSize() noexcept | Ostream | inline |
| indentSize_ | Ostream | protected |
| 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 |
| 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 | OFstream | inline |
| Foam::OSstream::name() const | OSstream | inlinevirtual |
| NON_APPEND enum value | IOstreamOption | |
| NON_ATOMIC enum value | IOstreamOption | |
| OFstream(std::nullptr_t) | OFstream | explicit |
| OFstream(IOstreamOption::atomicType atomic, const fileName &pathname, IOstreamOption streamOpt=IOstreamOption(), IOstreamOption::appendType append=IOstreamOption::NON_APPEND) | OFstream | |
| OFstream(const fileName &pathname, IOstreamOption streamOpt=IOstreamOption(), IOstreamOption::appendType append=IOstreamOption::NON_APPEND) | OFstream | inlineexplicit |
| OFstream(const fileName &pathname, IOstreamOption::streamFormat fmt, IOstreamOption::compressionType cmp=IOstreamOption::UNCOMPRESSED, IOstreamOption::appendType append=IOstreamOption::NON_APPEND) | OFstream | inline |
| OFstream(IOstreamOption::atomicType atomic, const fileName &pathname, IOstreamOption::streamFormat fmt, IOstreamOption::compressionType cmp=IOstreamOption::UNCOMPRESSED, IOstreamOption::appendType append=IOstreamOption::NON_APPEND) | OFstream | inline |
| ofstreamPointer(const ofstreamPointer &)=delete | ofstreamPointer | private |
| ofstreamPointer(ofstreamPointer &&)=default | ofstreamPointer | private |
| ofstreamPointer() noexcept | ofstreamPointer | private |
| ofstreamPointer(std::nullptr_t) | ofstreamPointer | explicitprivate |
| ofstreamPointer(const fileName &pathname, IOstreamOption::compressionType comp=IOstreamOption::UNCOMPRESSED, const bool append=false, const bool atomic=false) | ofstreamPointer | explicitprivate |
| 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 | Ostream | inline |
| operator*() | ofstreamPointer | inlineprivate |
| operator*() const | ofstreamPointer | inlineprivate |
| operator->() noexcept | ofstreamPointer | inlineprivate |
| operator->() const noexcept | ofstreamPointer | inlineprivate |
| Foam::operator=(const ofstreamPointer &)=delete | ofstreamPointer | private |
| Foam::operator=(ofstreamPointer &&)=default | ofstreamPointer | private |
| Foam::OSstream::operator=(const OSstream &)=delete | OSstream | |
| OSstream(const OSstream &)=default | OSstream | |
| OSstream(std::ostream &os, const string &streamName, IOstreamOption streamOpt=IOstreamOption()) | OSstream | inline |
| OSstream(std::ostream &os, const string &streamName, IOstreamOption::streamFormat fmt, IOstreamOption::compressionType cmp=IOstreamOption::UNCOMPRESSED) | OSstream | inline |
| OSstream(std::ostream &os, const string &streamName, IOstreamOption::streamFormat fmt, IOstreamOption::versionNumber ver, IOstreamOption::compressionType cmp=IOstreamOption::UNCOMPRESSED) | OSstream | inline |
| Ostream(const Ostream &)=default | Ostream | |
| Ostream(IOstreamOption streamOpt=IOstreamOption()) | Ostream | inlineexplicit |
| Ostream(IOstreamOption::streamFormat fmt, IOstreamOption::compressionType cmp=IOstreamOption::UNCOMPRESSED) | Ostream | inlineexplicit |
| precision() const | OSstream | virtual |
| precision(const int p) | OSstream | virtual |
| precision_ | IOstream | static |
| print(Ostream &os) const | OFstream | virtual |
| Foam::Ostream::print(Ostream &os, const int streamState) const | IOstream | |
| relativeName() const | IOstream | |
| release() noexcept | ofstreamPointer | inlineprivate |
| reopen(const std::string &pathname) | ofstreamPointer | private |
| reset(std::ostream *ptr) noexcept | ofstreamPointer | inlineprivate |
| rewind() | OFstream | 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 |
| stdStream() | OFstream | virtual |
| stdStream() const | OFstream | virtual |
| streamAccess enum name | IOstream | |
| streamFormat enum name | IOstreamOption | |
| supports_gz() | ofstreamPointer | privatestatic |
| syncState() | OSstream | inline |
| 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 |
| whichCompression() const | ofstreamPointer | private |
| width() const | OSstream | virtual |
| width(const int w) | OSstream | virtual |
| write(const token &tok) | OSstream | virtual |
| write(const char c) | OSstream | virtual |
| write(const char *str) | OSstream | virtual |
| write(const word &str) | OSstream | virtual |
| write(const string &str) | OSstream | virtual |
| write(const int32_t val) | OSstream | virtual |
| write(const int64_t val) | OSstream | virtual |
| write(const float val) | OSstream | virtual |
| write(const double val) | OSstream | virtual |
| write(const char *data, std::streamsize count) | OSstream | virtual |
| Foam::Ostream::write(const keyType &kw) | Ostream | virtual |
| writeEntry(const keyType &key, const T &value) | Ostream | inline |
| writeEntryIfDifferent(const word &key, const T &value1, const T &value2) | Ostream | inline |
| writeKeyword(const keyType &kw) | Ostream | virtual |
| writeQuoted(const std::string &str, const bool quoted=true) | OSstream | virtual |
| writeRaw(const char *data, std::streamsize count) | OSstream | virtual |
| ~IOstream()=default | IOstream | virtual |
| ~OFstream() | OFstream | |
| ~ofstreamPointer()=default | ofstreamPointer | private |
| ~Ostream()=default | Ostream | virtual |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.