IOstreamOption.H File Reference
Include dependency graph for IOstreamOption.H:
This graph shows which files directly or indirectly include this file:

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
 The IOstreamOption is 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...
 

Detailed Description

Original source file IOstreamOption.H

Definition in file IOstreamOption.H.