

Go to the source code of this file.
Classes | |
| class | Enum< EnumType > |
| Enum is a wrapper around a list of names/values that represent particular enumeration (or int) values. All dictionary searches use a literal (not regex). More... | |
| class | IOstreamOption |
| A simple container for options an IOstream can normally have. More... | |
| class | IOstreamOption::versionNumber |
| Representation of a major/minor version number. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
Functions | |
| Ostream & | operator<< (Ostream &os, const IOstreamOption::streamFormat &fmt) |
| Output format type as text string (ascii | binary) More... | |
| Ostream & | operator<< (Ostream &os, const IOstreamOption::versionNumber &ver) |
| Output version as major.minor text string. More... | |
| bool | operator== (const IOstreamOption::versionNumber &a, const IOstreamOption::versionNumber &b) noexcept |
| Version number equality. More... | |
| bool | operator!= (const IOstreamOption::versionNumber &a, const IOstreamOption::versionNumber &b) noexcept |
| Version number inequality. More... | |
| bool | operator< (const IOstreamOption::versionNumber &a, const IOstreamOption::versionNumber &b) noexcept |
| Version A older than B. More... | |
| bool | operator<= (const IOstreamOption::versionNumber &a, const IOstreamOption::versionNumber &b) noexcept |
| Version A same or older than B. More... | |
| bool | operator> (const IOstreamOption::versionNumber &a, const IOstreamOption::versionNumber &b) noexcept |
| Version A newer than B. More... | |
| bool | operator>= (const IOstreamOption::versionNumber &a, const IOstreamOption::versionNumber &b) noexcept |
| Version A same or newer than B. More... | |
Original source file IOstreamOption.H
Definition in file IOstreamOption.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.