Public Member Functions | Private Attributes
option::iNew Class Reference

Return pointer to new fvOption object created. More...

Collaboration diagram for option::iNew:
Collaboration graph
[legend]

Public Member Functions

 iNew (const fvMesh &mesh, const word &name)
 
autoPtr< optionoperator() (Istream &is) const
 

Private Attributes

const fvMeshmesh_
 Reference to the mesh. More...
 
const wordname_
 

Detailed Description

Return pointer to new fvOption object created.

on the freestore from an Istream

Definition at line 139 of file fvOption.H.

Constructor & Destructor Documentation

◆ iNew()

iNew ( const fvMesh mesh,
const word name 
)
inline

Definition at line 149 of file fvOption.H.

Member Function Documentation

◆ operator()()

autoPtr<option> operator() ( Istream is) const
inline

Definition at line 158 of file fvOption.H.

References dict, option::iNew::mesh_, option::iNew::name_, and option::New().

Here is the call graph for this function:

Field Documentation

◆ mesh_

const fvMesh& mesh_
private

Reference to the mesh.

Definition at line 142 of file fvOption.H.

Referenced by option::iNew::operator()().

◆ name_

const word& name_
private

Definition at line 144 of file fvOption.H.

Referenced by option::iNew::operator()().


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