ITstream Member List

This is the complete list of members for ITstream, including all inherited members.

append(const token &t, const bool lazy)ITstream
append(token &&t, const bool lazy)ITstream
append(const UList< token > &newTokens, const bool lazy)ITstream
append(List< token > &&newTokens, const bool lazy)ITstream
List< token >::append(const token &val)List< token >inline
List< token >::append(token &&val)List< token >inline
List< token >::append(const UList< token > &list)List< token >inline
List< token >::append(const IndirectListBase< token, Addr > &list)List< token >inline
appendUniq(const token &val)List< token >inline
ASCII enum valueIOstreamOption
bad() const noexceptIOstreaminline
begin() noexceptUList< T >inline
begin() const noexceptUList< T >inline
beginRawRead()ITstreaminlinevirtual
BINARY enum valueIOstreamOption
byteSize() constUList< T >
cbegin() const noexceptUList< T >inline
cdata() const noexceptUList< T >inline
cdata_bytes() const noexceptUList< T >inline
cend() const noexceptUList< T >inline
check(const char *operation) constIOstreamvirtual
checkIndex(const label i) constUList< T >inline
checkLabelSize() const noexceptIOstreaminline
checkRange(const label start, const label len) constUList< T >inline
checkScalarSize() const noexceptIOstreaminline
checkSize(const label size) constUList< T >inline
checkStart(const label start) constUList< T >inline
clear()List< token >inline
clone() constList< token >inline
CLOSED enum valueIOstream
closed() const noexceptIOstreaminline
COMPRESSED enum valueIOstreamOption
compression() const noexceptIOstreamOptioninline
compression(const compressionType comp) noexceptIOstreamOptioninline
compression(const word &compName)IOstreamOptioninline
compressionEnum(const word &compName, const compressionType deflt=compressionType::UNCOMPRESSED)IOstreamOptionstatic
compressionEnum(const word &key, const dictionary &dict, const compressionType deflt=compressionType::UNCOMPRESSED)IOstreamOptionstatic
compressionType enum nameIOstreamOption
const_iterator typedefUList< T >
const_pointer typedefUList< T >
const_reference typedefUList< T >
const_reverse_iterator typedefUList< T >
crbegin() constUList< T >inline
crend() constUList< T >inline
currentVersionIOstreamOptionstatic
data() noexceptUList< T >inline
data_bytes() noexceptUList< T >inline
deepCopy(const UList< T > &list)UList< T >
deepCopy(const IndirectListBase< T, Addr > &list)UList< T >
defaultPrecision() noexceptIOstreaminlinestatic
defaultPrecision(unsigned int prec) noexceptIOstreaminlinestatic
difference_type typedefUList< T >
empty() const noexceptUList< T >inline
end() noexceptUList< T >inline
end() const noexceptUList< T >inline
endRawRead()ITstreaminlinevirtual
eof() const noexceptIOstreaminline
fail() const noexceptIOstreaminline
fatalCheck(const char *operation) constIOstream
fcIndex(const label i) const noexceptUList< T >inline
fcValue(const label i) constUList< T >inline
fcValue(const label i)UList< T >inline
find(const T &val, label pos=0) constUList< T >
first()UList< T >inline
first() constUList< T >inline
flags() constITstreaminlinevirtual
flags(const ios_base::fmtflags)ITstreaminlinevirtual
format() const noexceptIOstreamOptioninline
format(const streamFormat fmt) noexceptIOstreamOptioninline
format(const word &formatName)IOstreamOptioninline
formatEnum(const word &formatName, const streamFormat deflt=streamFormat::ASCII)IOstreamOptionstatic
formatEnum(const word &key, const dictionary &dict, const streamFormat deflt=streamFormat::ASCII)IOstreamOptionstatic
formatNamesIOstreamOptionstatic
found(const T &val, label pos=0) constUList< T >inline
get(const label i) constUList< T >inline
getBack(token &tok)Istream
good() const noexceptIOstreaminline
hasPutback() const noexceptITstreaminline
info() constIOstreaminline
ioState_IOstreamprotected
IOstream(const IOstream &)=defaultIOstream
IOstream(IOstreamOption streamOpt=IOstreamOption())IOstreaminlineexplicit
IOstream(IOstreamOption::streamFormat fmt, IOstreamOption::versionNumber ver, IOstreamOption::compressionType cmp=IOstreamOption::UNCOMPRESSED)IOstreaminline
IOstreamOption(streamFormat fmt=streamFormat::ASCII, compressionType comp=compressionType::UNCOMPRESSED) noexceptIOstreamOptioninline
IOstreamOption(streamFormat fmt, compressionType comp, versionNumber ver) noexceptIOstreamOptioninline
IOstreamOption(streamFormat fmt, versionNumber ver, compressionType comp=compressionType::UNCOMPRESSED) noexceptIOstreamOptioninline
IOstreamOption(const IOstreamOption &opt, streamFormat fmt) noexceptIOstreamOptioninline
Istream(const Istream &)=defaultIstream
Istream(IOstreamOption streamOpt=IOstreamOption())Istreaminlineexplicit
Istream(IOstreamOption::streamFormat fmt, IOstreamOption::versionNumber ver=IOstreamOption::currentVersion, IOstreamOption::compressionType cmp=IOstreamOption::UNCOMPRESSED)Istreaminlineexplicit
iterator typedefUList< T >
ITstream(const ITstream &is)ITstream
ITstream(ITstream &&is)ITstream
ITstream(IOstreamOption streamOpt=IOstreamOption(), const string &name="input")ITstreamexplicit
ITstream(const Foam::zero, const string &name="input", IOstreamOption streamOpt=IOstreamOption())ITstreamexplicit
ITstream(const string &name, const UList< token > &tokens, IOstreamOption streamOpt=IOstreamOption())ITstream
ITstream(const string &name, List< token > &&tokens, IOstreamOption streamOpt=IOstreamOption())ITstream
ITstream(const UList< char > &input, IOstreamOption streamOpt=IOstreamOption(), const string &name="input")ITstreamexplicit
ITstream(const std::string &input, IOstreamOption streamOpt=IOstreamOption(), const string &name="input")ITstreamexplicit
ITstream(const char *input, IOstreamOption streamOpt=IOstreamOption(), const string &name="input")ITstreamexplicit
labelByteSize() const noexceptIOstreaminline
last()UList< T >inline
last() constUList< T >inline
lineNumber() const noexceptIOstreaminline
lineNumber() noexceptIOstreaminline
lineNumber(const label num) noexceptIOstreaminline
lineNumber_IOstreamprotected
List() noexceptList< token >inline
List(const label len)List< token >explicit
List(const label len, const token &val)List< token >
List(const label len, const Foam::zero)List< token >
List(const Foam::one, const token &val)List< token >
List(const Foam::one, token &&val)List< token >
List(const Foam::one, const Foam::zero)List< token >
List(const List< token > &a)List< token >
List(const UList< token > &a)List< token >explicit
List(List< token > &a, bool reuse)List< token >
List(const UList< token > &list, const labelUList &indices)List< token >
List(const UList< token > &list, const FixedList< label, N > &indices)List< token >
List(const FixedList< token, N > &list)List< token >explicit
List(const PtrList< token > &list)List< token >explicit
List(const SLList< token > &list)List< token >explicit
List(const IndirectListBase< token, Addr > &list)List< token >explicit
List(std::initializer_list< token > list)List< token >
List(List< token > &&list)List< token >
List(DynamicList< token, SizeMin > &&list)List< token >
List(SLList< token > &&list)List< token >
List(Istream &is)List< token >
max_size() noexceptUList< T >inlinestatic
moveFirst(const label i)UList< T >
moveLast(const label i)UList< T >
name() constITstreaminlinevirtual
name()ITstreaminlinevirtual
newElmt(const label i)List< token >inline
nRemainingTokens() const noexceptITstreaminline
null()List< token >inlinestatic
openClosed_IOstreamprotected
opened() const noexceptIOstreaminline
OPENED enum valueIOstream
operator bool() const noexceptIOstreaminlineexplicit
operator const Foam::List< T > &() constUList< T >inline
operator!() const noexceptIOstreaminline
operator!=(const UList< T > &a) constUList< T >
operator()() constIstream
operator<(const UList< T > &list) constUList< T >
operator<=(const UList< T > &a) constUList< T >
operator=(const ITstream &is)ITstream
operator=(const UList< token > &toks)ITstream
operator=(List< token > &&toks)ITstream
List< token >::operator=(const UList< token > &a)List< token >
List< token >::operator=(const List< token > &list)List< token >
List< token >::operator=(const SLList< token > &list)List< token >
List< token >::operator=(const IndirectListBase< token, Addr > &list)List< token >
List< token >::operator=(const FixedList< token, N > &list)List< token >
List< token >::operator=(std::initializer_list< token > list)List< token >
List< token >::operator=(const token &val)List< token >inline
List< token >::operator=(const Foam::zero)List< token >inline
List< token >::operator=(List< token > &&list)List< token >
List< token >::operator=(DynamicList< token, SizeMin > &&list)List< token >
List< token >::operator=(SLList< token > &&list)List< token >
operator==(const UList< T > &a) constUList< T >
operator>(const UList< T > &a) constUList< T >
operator>=(const UList< T > &a) constUList< T >
operator[](const label i)UList< T >inline
operator[](const label i) constUList< T >inline
operator[](const label i) constUList< T >inline
operator[](const label procID)UList< T >
operator[](const label procID) constUList< T >
operator[](const label procID)UList< T >
operator[](const label procID) constUList< T >
parse(const UList< char > &input, IOstreamOption streamOpt=IOstreamOption())ITstreamstatic
parse(const std::string &input, IOstreamOption streamOpt=IOstreamOption())ITstreamstatic
parse(const char *input, IOstreamOption streamOpt=IOstreamOption())ITstreamstatic
peek() constITstream
peekBack() const noexceptIstream
peekBack(token &tok)Istream
peekFirst() constITstream
peekLast() constITstream
pointer typedefUList< T >
precision_IOstreamstatic
print(Ostream &os) constITstreamvirtual
Foam::Istream::print(Ostream &os, const int streamState) constIOstream
putBack(const token &tok)Istream
rbegin()UList< T >inline
rbegin() constUList< T >inline
rcIndex(const label i) const noexceptUList< T >inline
rcValue(const label i) constUList< T >inline
rcValue(const label i)UList< T >inline
read(token &tok)ITstreamvirtual
read(char &)ITstreamvirtual
read(word &)ITstreamvirtual
read(string &)ITstreamvirtual
read(label &)ITstreamvirtual
read(floatScalar &)ITstreamvirtual
read(doubleScalar &)ITstreamvirtual
read(char *data, std::streamsize)ITstreamvirtual
readBegin(const char *funcName)Istream
readBeginList(const char *funcName)Istream
readEnd(const char *funcName)Istream
readEndList(const char *funcName)Istream
readList(Istream &is)List< token >
readList(Istream &is)List< token >
readList(Istream &is)List< token >
readRaw(char *data, std::streamsize count)ITstreamvirtual
reference typedefUList< T >
relativeName() constIOstream
rend()UList< T >inline
rend() constUList< T >inline
resize(const label len)List< token >inline
resize(const label len, const token &val)List< token >
resize(const label newLen)List< token >inline
resize_nocopy(const label len)List< token >inline
reverse_iterator typedefUList< T >
rewind()ITstreamvirtual
rfind(const T &val, label pos=-1) constUList< T >
scalarByteSize() const noexceptIOstreaminline
seek(label pos)ITstream
set(const label i, bool val=true)List< token >inline
setAddressableSize(const label n) noexceptUList< T >inlineprotected
setBad()IOstreaminline
setClosed() noexceptIOstreaminlineprotected
setEof() noexceptIOstreaminline
setf(const ios_base::fmtflags f)IOstreaminline
setf(const ios_base::fmtflags f, const ios_base::fmtflags mask)IOstreaminline
setFail() noexceptIOstreaminline
setGood() noexceptIOstreaminlineprotected
setLabelByteSize(unsigned nbytes) noexceptIOstreaminline
setOpened() noexceptIOstreaminlineprotected
setScalarByteSize(unsigned nbytes) noexceptIOstreaminline
setSize(const label n)List< token >inline
setSize(const label n, const token &val)List< token >inline
setState(std::ios_base::iostate state) noexceptIOstreaminlineprotected
shallowCopy(const UList< token > &)=deleteList< token >
Foam::UList::shallowCopy(const UList< T > &list)UList< T >inline
size(const label n)UList< T >inlineprotected
size() const noexceptUList< T >inline
size_bytes() const noexceptUList< T >inline
size_type typedefUList< T >
sizeofLabel_IOstreamprotected
sizeofScalar_IOstreamprotected
skip(label n=1)ITstream
slice(const label pos, label len=-1)UList< T >
slice(const label pos, label len=-1) constUList< T >
slice(const labelRange &range)UList< T >
slice(const labelRange &range) constUList< T >
staticName_IOstreamprotectedstatic
streamAccess enum nameIOstream
streamFormat enum nameIOstreamOption
subList typedefList< token >
swap(UList< T > &list)UList< T >inline
swapFirst(const label i)UList< T >
swapLast(const label i)UList< T >
test(const label i) constUList< T >inline
tokenIndex() const noexceptITstreaminline
tokenIndex() noexceptITstreaminline
toString() constITstream
transfer(List< token > &list)List< token >
transfer(DynamicList< token, SizeMin > &list)List< token >
UList(const UList< T > &)=defaultUList< T >
UList() noexceptUList< T >inline
UList(T *__restrict__ v, const label len) noexceptUList< T >inline
UNCOMPRESSED enum valueIOstreamOption
uniform() constUList< T >inline
unset(const label i)UList< T >inline
unsetf(const ios_base::fmtflags f)IOstreaminline
validateRange(const labelRange &requestedRange) constUList< T >protected
value_type typedefUList< T >
version() const noexceptIOstreamOptioninline
version(const versionNumber ver) noexceptIOstreamOptioninline
version(const token &tok)IOstreamOptioninline
writeEntry(Ostream &os) constUList< T >protected
writeEntry(const word &keyword, Ostream &os) constUList< T >
writeEntry(Ostream &os) constUList< T >protected
writeEntry(Ostream &os) constUList< T >protected
writeList(Ostream &os, const label shortLen=0) constUList< T >
writeList(Ostream &os, const label) constUList< T >
writeList(Ostream &os, const label) constUList< T >
~IOstream()=defaultIOstreamvirtual
~Istream()=defaultIstreamvirtual
~ITstream()=defaultITstreamvirtual
~List()List< token >