OpenFOAM logo
Open Source CFD Toolkit

objectMap Class Reference

Collaboration diagram for objectMap:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 objectMap ()
 Null constructor for lists.
 objectMap (const label index, const labelList &master)
 Construct from components.
 objectMap (Istream &)
 Construct from Istream.
label index () const
 Return object index.
const labelListmasterObjects () const
 Return master object index.

Friends

bool operator== (const objectMap &a, const objectMap &b)
bool operator!= (const objectMap &a, const objectMap &b)
Ostreamoperator<< (Ostream &, const objectMap &)

Constructor & Destructor Documentation

objectMap  )  [inline]
 

Null constructor for lists.

Definition at line 46 of file objectMapI.H.

objectMap const label  index,
const labelList master
[inline]
 

Construct from components.

Definition at line 53 of file objectMapI.H.

References Istream::readBegin().

Here is the call graph for this function:

objectMap Istream  )  [inline]
 

Construct from Istream.

Definition at line 60 of file objectMapI.H.


Member Function Documentation

label index  )  const [inline]
 

Return object index.

Definition at line 77 of file objectMapI.H.

const labelList & masterObjects  )  const [inline]
 

Return master object index.

Definition at line 83 of file objectMapI.H.

References objectMap::index_, and objectMap::masterObjects_.


Friends And Related Function Documentation

bool operator!= const objectMap a,
const objectMap b
[friend]
 

Definition at line 100 of file objectMapI.H.

Ostream& operator<< Ostream os,
const objectMap a
[friend]
 

Definition at line 108 of file objectMapI.H.

bool operator== const objectMap a,
const objectMap b
[friend]
 

Definition at line 91 of file objectMapI.H.


The documentation for this class was generated from the following files:
For further information go to www.openfoam.org