wordAndDictionary Class Reference

Tuple of a word and dictionary, used to read in per-field options for function objects in the following syntax: More...

Inheritance diagram for wordAndDictionary:
Collaboration diagram for wordAndDictionary:

Public Member Functions

 wordAndDictionary ()
 Construct null. More...
 
 wordAndDictionary (Istream &)
 Construct from Istream. More...
 
 ~wordAndDictionary ()
 Destructor. More...
 
- Public Member Functions inherited from Tuple2< word, dictionary >
const char *const typeName ("Tuple2<word,scalar>")
 
const char *const typeName ("Tuple2<scalar,scalar>")
 
 Tuple2 ()
 Null constructor for lists. More...
 
 Tuple2 (const word &f, const dictionary &s)
 Construct from components. More...
 
 Tuple2 (Istream &is)
 Construct from Istream. More...
 
const wordfirst () const
 Return first. More...
 
wordfirst ()
 Return first. More...
 
const dictionarysecond () const
 Return second. More...
 
dictionarysecond ()
 Return second. More...
 

Friends

Istreamoperator>> (Istream &, wordAndDictionary &)
 
Ostreamoperator<< (Ostream &, const wordAndDictionary &)
 

Additional Inherited Members

- Static Public Attributes inherited from Tuple2< word, dictionary >
static const char *const typeName
 

Detailed Description

Tuple of a word and dictionary, used to read in per-field options for function objects in the following syntax:

fields ( p { option1 true; option2 false; }

U

T { option1 false; } );

IO is like the tuple, except that there are no enclosing parentheses, and if the dictionary is empty then '{}' is omitted. The latter means that in the absence of any options the syntax becomes that of a wordList, which means it can be used for argument parsing for input of that form.

Source files

Definition at line 80 of file wordAndDictionary.H.

Constructor & Destructor Documentation

◆ wordAndDictionary() [1/2]

Construct null.

Definition at line 30 of file wordAndDictionary.C.

◆ wordAndDictionary() [2/2]

Construct from Istream.

Definition at line 36 of file wordAndDictionary.C.

References IOstream::check().

Here is the call graph for this function:

◆ ~wordAndDictionary()

Destructor.

Definition at line 48 of file wordAndDictionary.C.

Friends And Related Function Documentation

◆ operator>>

Istream& operator>> ( Istream ,
wordAndDictionary  
)
friend

◆ operator<<

Ostream& operator<< ( Ostream ,
const wordAndDictionary  
)
friend

The documentation for this class was generated from the following files: