Enum.H File Reference
Include dependency graph for Enum.H:

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  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  Enum< EnumType >::const_iterator
 A const_iterator for iterating an Enum list. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

template<class EnumType >
Ostream & operator<< (Ostream &os, const Enum< EnumType > &list)
 Write enumeration names, without line-breaks (ie, FlatOutput) More...
 
template<class EnumType >
std::ostream & operator<< (std::ostream &os, const Enum< EnumType > &list)
 Write enumeration names, without line-breaks (ie, FlatOutput) More...
 

Detailed Description

Original source file Enum.H

Definition in file Enum.H.