This is the complete list of members for OTstream, including all inherited members.
append(const T &val) | DynamicList< token > | inline |
append(T &&val) | DynamicList< token > | inline |
append(const UList< T > &lst) | DynamicList< token > | inline |
append(const FixedList< T, N > &lst) | DynamicList< token > | inline |
append(std::initializer_list< T > lst) | DynamicList< token > | inline |
append(const IndirectListBase< T, Addr > &lst) | DynamicList< token > | inline |
append(List< T > &&lst) | DynamicList< token > | inline |
append(DynamicList< T, SizeMin > &&lst) | DynamicList< token > | inline |
append(DynamicList< T, AnySizeMin > &&lst) | DynamicList< token > | inline |
append(SortableList< T > &&lst) | DynamicList< token > | inline |
append(const FixedList< T, N > &lst) | DynamicList< token > | inline |
append(const IndirectListBase< T, Addr > &lst) | DynamicList< token > | inline |
append(DynamicList< T, AnySizeMin > &&lst) | DynamicList< token > | inline |
appendUniq(const T &val) | DynamicList< token > | inline |
ASCII enum value | IOstreamOption | |
bad() const noexcept | IOstream | inline |
beginBlock(const keyType &kw) | Ostream | virtual |
beginBlock() | Ostream | virtual |
beginRawWrite(std::streamsize count) | OTstream | virtual |
BINARY enum value | IOstreamOption | |
capacity() const noexcept | DynamicList< token > | inline |
capacity_bytes() const noexcept | DynamicList< token > | inline |
check(const char *operation) const | IOstream | virtual |
checkLabelSize() const noexcept | IOstream | inline |
checkScalarSize() const noexcept | IOstream | inline |
clear() noexcept | DynamicList< token > | inline |
clearStorage() | DynamicList< token > | inline |
CLOSED enum value | IOstream | |
closed() const noexcept | IOstream | inline |
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 |
DynamicList() noexcept | DynamicList< token > | inline |
DynamicList(const label len) | DynamicList< token > | inlineexplicit |
DynamicList(const label len, const T &val) | DynamicList< token > | inline |
DynamicList(const label len, const Foam::zero) | DynamicList< token > | inline |
DynamicList(const DynamicList< T, SizeMin > &lst) | DynamicList< token > | inline |
DynamicList(const DynamicList< T, AnySizeMin > &lst) | DynamicList< token > | inline |
DynamicList(const UList< T > &lst) | DynamicList< token > | inlineexplicit |
DynamicList(const FixedList< T, N > &lst) | DynamicList< token > | inlineexplicit |
DynamicList(std::initializer_list< T > lst) | DynamicList< token > | inlineexplicit |
DynamicList(const IndirectListBase< T, Addr > &lst) | DynamicList< token > | inlineexplicit |
DynamicList(DynamicList< T, SizeMin > &&lst) | DynamicList< token > | inline |
DynamicList(DynamicList< T, AnySizeMin > &&lst) | DynamicList< token > | inline |
DynamicList(List< T > &&lst) | DynamicList< token > | inline |
DynamicList(SortableList< T > &&lst) | DynamicList< token > | |
DynamicList(Istream &is) | DynamicList< token > | explicit |
endBlock() | Ostream | virtual |
endEntry() | Ostream | virtual |
endl() | OTstream | inlinevirtual |
endRawWrite() | OTstream | inlinevirtual |
entryIndentation_ | Ostream | protectedstatic |
eof() const noexcept | IOstream | inline |
expandStorage() noexcept | DynamicList< token > | inline |
fail() const noexcept | IOstream | inline |
fatalCheck(const char *operation) const | IOstream | |
fill() const | OTstream | inlinevirtual |
fill(const char) | OTstream | inlinevirtual |
flags() const | OTstream | inlinevirtual |
flags(const ios_base::fmtflags) | OTstream | inlinevirtual |
flush() | OTstream | inlinevirtual |
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 |
good() const noexcept | IOstream | inline |
incrIndent() noexcept | Ostream | inline |
indent() | OTstream | inlinevirtual |
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 | 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 |
min_size() noexcept | DynamicList< token > | inlinestatic |
name() const | IOstream | virtual |
name() | IOstream | virtual |
openClosed_ | IOstream | protected |
opened() const noexcept | IOstream | inline |
OPENED enum value | IOstream | |
operator bool() const noexcept | IOstream | inlineexplicit |
operator!() const noexcept | IOstream | inline |
Foam::operator()() const | Ostream | inline |
DynamicList< token >::operator()(const label i) | DynamicList< token > | inline |
operator=(const T &val) | DynamicList< token > | inline |
operator=(const Foam::zero) | DynamicList< token > | inline |
operator=(const UList< T > &lst) | DynamicList< token > | inline |
operator=(const FixedList< T, N > &lst) | DynamicList< token > | inline |
operator=(const DynamicList< T, SizeMin > &lst) | DynamicList< token > | inline |
operator=(const DynamicList< T, AnySizeMin > &lst) | DynamicList< token > | inline |
operator=(std::initializer_list< T > lst) | DynamicList< token > | inline |
operator=(const IndirectListBase< T, Addr > &lst) | DynamicList< token > | inline |
operator=(List< T > &&lst) | DynamicList< token > | inline |
operator=(DynamicList< T, SizeMin > &&lst) | DynamicList< token > | inline |
operator=(DynamicList< T, AnySizeMin > &&lst) | DynamicList< token > | inline |
operator=(SortableList< T > &&lst) | DynamicList< token > | inline |
Ostream(const Ostream &)=default | Ostream | |
Ostream(IOstreamOption streamOpt=IOstreamOption()) | Ostream | inlineexplicit |
Ostream(IOstreamOption::streamFormat fmt, IOstreamOption::versionNumber ver=IOstreamOption::currentVersion, IOstreamOption::compressionType cmp=IOstreamOption::UNCOMPRESSED) | Ostream | inlineexplicit |
OTstream(IOstreamOption streamOpt=IOstreamOption()) | OTstream | inlineexplicit |
OTstream(const OTstream &os) | OTstream | inline |
OTstream(OTstream &&os) | OTstream | inline |
precision() const | OTstream | inlinevirtual |
precision(const int) | OTstream | inlinevirtual |
precision_ | IOstream | static |
print(Ostream &os) const | OTstream | virtual |
Foam::Ostream::print(Ostream &os, const int streamState) const | IOstream | |
readList(Istream &is) | DynamicList< token > | |
relativeName() const | IOstream | |
remove() | DynamicList< token > | inline |
remove(const label idx, const bool fast=false) | DynamicList< token > | inline |
remove(const labelRange &range) | DynamicList< token > | inline |
remove(std::initializer_list< label > start_size) | DynamicList< token > | inline |
reserve(const label len) | DynamicList< token > | inline |
reserve_nocopy(const label len) | DynamicList< token > | inline |
reset() | OTstream | inline |
resize(const label len) | DynamicList< token > | inline |
resize(const label len, const T &val) | DynamicList< token > | inline |
resize_nocopy(const label len) | DynamicList< token > | inline |
rewind() | OTstream | inlinevirtual |
scalarByteSize() const noexcept | IOstream | inline |
setBad() | IOstream | inline |
setCapacity(const label len) | DynamicList< token > | inline |
setCapacity_nocopy(const label len) | DynamicList< token > | inline |
setCapacity_unsafe(const label len) noexcept | DynamicList< token > | 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 |
setSize(const label n) | DynamicList< token > | inline |
setSize(const label n, const T &val) | DynamicList< token > | inline |
setState(std::ios_base::iostate state) noexcept | IOstream | inlineprotected |
shrink() | DynamicList< token > | inline |
shrinkStorage() | DynamicList< token > | inline |
sizeofLabel_ | IOstream | protected |
sizeofScalar_ | IOstream | protected |
staticName_ | IOstream | protectedstatic |
streamAccess enum name | IOstream | |
streamFormat enum name | IOstreamOption | |
subset(const labelRange &range) | DynamicList< token > | inline |
subset(std::initializer_list< label > start_size) | DynamicList< token > | inline |
swap(DynamicList< T, AnySizeMin > &other) | DynamicList< token > | inline |
tokens() const | OTstream | inline |
tokens() | OTstream | inline |
transfer(List< T > &list) | DynamicList< token > | inline |
transfer(DynamicList< T, AnySizeMin > &list) | DynamicList< token > | inline |
transfer(SortableList< T > &list) | DynamicList< token > | 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 |
width() const | OTstream | inlinevirtual |
width(const int) | OTstream | inlinevirtual |
write(const token &tok) | OTstream | virtual |
write(const char c) | OTstream | virtual |
write(const char *str) | OTstream | virtual |
write(const word &str) | OTstream | virtual |
write(const string &str) | OTstream | virtual |
write(const int32_t val) | OTstream | virtual |
write(const int64_t val) | OTstream | virtual |
write(const floatScalar val) | OTstream | virtual |
write(const doubleScalar val) | OTstream | virtual |
write(const char *data, std::streamsize count) | OTstream | 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) | OTstream | virtual |
writeRaw(const char *data, std::streamsize count) | OTstream | virtual |
~IOstream()=default | IOstream | virtual |
~Ostream()=default | Ostream | virtual |
~OTstream()=default | OTstream |
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.