ASCII enum value | IOstream | |
bad() const | IOstream | [inline] |
begin() | UList | [inline] |
begin() const | UList | [inline] |
BINARY enum value | IOstream | |
check(const char *operation) const | IOstream | [virtual] |
checkIndex(const label i) const | UList | [inline] |
checkSize(const label size) const | UList | [inline] |
checkStart(const label start) const | UList | [inline] |
clear() | List | |
clone() const | List | [inline] |
CLOSED enum value | IOstream | |
closed() const | IOstream | [inline] |
COMPRESSED enum value | IOstream | |
compression(const word &) | IOstream | [static] |
compression() const | IOstream | [inline] |
compressionType enum name | IOstream | |
const_iterator typedef | UList | |
const_reference typedef | UList | |
const_reverse_iterator typedef | UList | |
currentVersion | IOstream | [static] |
defaultPrecision() | IOstream | [inline, static] |
defaultPrecision(unsigned int p) | IOstream | [inline, static] |
difference_type typedef | UList | |
empty() const | UList | [inline] |
end() | UList | [inline] |
end() const | UList | [inline] |
eof() const | IOstream | [inline] |
fail() const | IOstream | [inline] |
fatalCheck(const char *operation) const | IOstream | |
fcIndex(const label i) const | UList | [inline] |
flags() const | ITstream | [inline, virtual] |
flags(const ios_base::fmtflags) | ITstream | [inline] |
Foam::Istream::flags(const ios::fmtflags f)=0 | IOstream | [pure virtual] |
format(const word &) | IOstream | [static] |
format() const | IOstream | [inline] |
getBack(token &) | Istream | |
good() const | IOstream | [inline] |
info() const | IOstream | [inline] |
IOstream(streamFormat format, versionNumber version, compressionType compression=UNCOMPRESSED) | IOstream | [inline] |
Istream(streamFormat format=ASCII, versionNumber version=currentVersion, compressionType compression=UNCOMPRESSED) | Istream | [inline] |
iterator typedef | UList | |
ITstream(const string &name, const tokenList &tokens, streamFormat format=ASCII, versionNumber version=currentVersion) | ITstream | [inline] |
ITstream(const ITstream &its) | ITstream | [inline] |
lineNumber() const | IOstream | [inline] |
lineNumber() | IOstream | [inline] |
lineNumber_ | IOstream | [protected] |
List() | List | [inline] |
List(const label) | List | [explicit] |
List(const label, const T &) | List | |
List(const List< T > &) | List | |
List(List< T > &, bool reUse) | List | |
List(InputIterator first, InputIterator last) | List | |
List(const FixedList< T, Size > &) | List | |
List(const PtrList< T > &) | List | |
List(const SLList< T > &) | List | |
List(const IndirectList< T > &) | List | |
List(Istream &) | List | |
List<T> class | UList | [friend] |
max_size() const | UList | [inline] |
name() const | ITstream | [inline, virtual] |
name() | ITstream | [inline, virtual] |
newElmt(const label) | List | [inline] |
nRemainingTokens() const | ITstream | [inline] |
null() | List | [static] |
OPENED enum value | IOstream | |
opened() const | IOstream | [inline] |
operator(Ostream &, const UList< T > &) | UList | [friend] |
operator const List() const | UList | [inline] |
operator void *() const | IOstream | [inline] |
operator!() const | IOstream | [inline] |
operator!=(const UList< T > &) const | UList | |
operator()() const | Istream | |
operator<(const UList< T > &) const | UList | |
operator<<(Ostream &os, const streamFormat &sf) | IOstream | [friend] |
operator<=(const UList< T > &) const | UList | |
operator=(const UList< T > &) | List | |
operator=(const List< T > &) | List | |
operator=(const SLList< T > &) | List | |
operator=(const IndirectList< T > &) | List | |
operator=(const T &) | List | [inline] |
operator==(const UList< T > &) const | UList | |
operator>(const UList< T > &) const | UList | |
operator>=(const UList< T > &) const | UList | |
operator>>(Istream &, List< T > &) | List | [friend] |
operator[](const label) | UList | [inline] |
operator[](const label) const | UList | [inline] |
originalVersion | IOstream | [static] |
precision_ | IOstream | [static] |
print(Ostream &) const | ITstream | [virtual] |
Foam::Istream::print(Ostream &, const int streamState) const | IOstream | |
putBack(const token &) | Istream | |
rbegin() | UList | [inline] |
rbegin() const | UList | [inline] |
rcIndex(const label i) const | UList | [inline] |
read(token &) | ITstream | [virtual] |
read(char &) | ITstream | [virtual] |
read(word &) | ITstream | [virtual] |
read(string &) | ITstream | [virtual] |
read(label &) | ITstream | [virtual] |
read(floatScalar &) | ITstream | [virtual] |
read(doubleScalar &) | ITstream | [virtual] |
read(char *, std::streamsize) | ITstream | [virtual] |
readBegin(const char *funcName) | Istream | |
readBeginList(const char *funcName) | Istream | |
readEnd(const char *funcName) | Istream | |
readEndBegin(const char *funcName) | Istream | |
readEndList(const char *funcName) | Istream | |
reference typedef | UList | |
rend() | UList | [inline] |
rend() const | UList | [inline] |
reverse_iterator typedef | UList | |
rewind() | ITstream | [virtual] |
set(const streamFormat fmt) | IOstream | [inline] |
set(const versionNumber version) | IOstream | [inline] |
setBad() | IOstream | [inline] |
setClosed() | IOstream | [inline, protected] |
setCompression(const compressionType compression) | IOstream | [inline] |
setEof() | IOstream | [inline] |
setf(const ios::fmtflags f) | IOstream | [inline] |
setf(const ios::fmtflags f, const ios::fmtflags mask) | IOstream | [inline] |
setFail() | IOstream | [inline] |
setFormat(const word &fmt) | IOstream | [inline] |
setGood() | IOstream | [inline, protected] |
setOpened() | IOstream | [inline, protected] |
setSize(const label) | List | |
setSize(const label, const T &) | List | |
setState(ios::iostate state) | IOstream | [inline, protected] |
setVersion(const versionNumber version) | IOstream | [inline] |
size() const | UList | [inline] |
size_type typedef | UList | |
streamAccess enum name | IOstream | |
streamFormat enum name | IOstream | |
subList typedef | List | |
SubList<T> class | UList | [friend] |
swap(UList< T > &) | UList | |
tokenIndex() const | ITstream | [inline] |
transfer(List< T > &) | List | |
UList() | UList | [inline] |
UList(T *v, label size) | UList | [inline] |
UNCOMPRESSED enum value | IOstream | |
unsetf(const ios::fmtflags uf) | IOstream | [inline] |
value_type typedef | UList | |
version() const | IOstream | [inline] |
writeEntry(Ostream &os) const | UList | |
writeEntry(const word &keyword, Ostream &os) const | UList | |
~IOstream() | IOstream | [inline, virtual] |
~Istream() | Istream | [inline, virtual] |
~List() | List | |