LifeV
|
#include <ExpressionMetricVector.hpp>
Public Types | |
typedef ExpressionBase< ExpressionMetricVector > | base_Type |
Constructor & Destructor | |
ExpressionMetricVector () | |
Empty Constructor. More... | |
ExpressionMetricVector (const ExpressionMetricVector &) | |
Copy constructor. More... | |
~ExpressionMetricVector () | |
Destructor. More... | |
Methods | |
static void | display (std::ostream &out=std::cout) |
Display method. More... | |
Additional Inherited Members | |
Public Types inherited from ExpressionBase< ExpressionMetricVector > | |
typedef ExpressionMetricVector | derived_Type |
Public Member Functions inherited from ExpressionBase< ExpressionMetricVector > | |
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... | |
Definition at line 49 of file ExpressionMetricVector.hpp.
Definition at line 56 of file ExpressionMetricVector.hpp.
Empty Constructor.
Definition at line 46 of file ExpressionMetricVector.cpp.
ExpressionMetricVector | ( | const ExpressionMetricVector & | ) |
Copy constructor.
Definition at line 50 of file ExpressionMetricVector.cpp.
Destructor.
Definition at line 54 of file ExpressionMetricVector.cpp.
|
static |
Display method.
Definition at line 62 of file ExpressionMetricVector.cpp.