![]() |
LifeV
|
class ExpressionPhiI Class representing the value of the test function in an expression More...
#include <ExpressionPhiI.hpp>
Inheritance diagram for ExpressionPhiI:
Collaboration diagram for ExpressionPhiI:Public Types | |
| typedef ExpressionBase< ExpressionPhiI > | base_Type |
Constructors & Destructor | |
| ExpressionPhiI () | |
| Empty constructor. More... | |
| ExpressionPhiI (const ExpressionPhiI &) | |
| Copy constructor. More... | |
| ~ExpressionPhiI () | |
| Destructor. More... | |
Methods | |
| static void | display (std::ostream &out=std::cout) |
| Display method. More... | |
Additional Inherited Members | |
Public Types inherited from ExpressionBase< ExpressionPhiI > | |
| typedef ExpressionPhiI | derived_Type |
Public Member Functions inherited from ExpressionBase< ExpressionPhiI > | |
| ExpressionBase () | |
| Empty and only constructor. More... | |
| virtual | ~ExpressionBase () |
| Destructor. More... | |
| const derived_Type & | cast () const |
| Method to cast away the type and get the real (DerivedType) object. More... | |
class ExpressionPhiI Class representing the value of the test function in an expression
Definition at line 55 of file ExpressionPhiI.hpp.
| typedef ExpressionBase<ExpressionPhiI> base_Type |
Definition at line 62 of file ExpressionPhiI.hpp.
| ExpressionPhiI | ( | ) |
Empty constructor.
Definition at line 52 of file ExpressionPhiI.cpp.
| ExpressionPhiI | ( | const ExpressionPhiI & | ) |
Copy constructor.
Definition at line 57 of file ExpressionPhiI.cpp.
| ~ExpressionPhiI | ( | ) |
Destructor.
Definition at line 62 of file ExpressionPhiI.cpp.
|
static |
Display method.
Definition at line 70 of file ExpressionPhiI.cpp.