40 #include <ExampleClass.hpp> 81 if (
this != &example )
98 #ifdef HAVE_LIFEV_DEBUG 99 debugStream ( 0000 ) <<
"ExampleClass::methodOne inputVariableOne = " << inputVariableOne <<
" inputVariableTwo = " << inputVariableTwo <<
"\n";
114 output <<
"ExampleClass::showMe()" << std::endl;
115 output <<
"Variable one: " << M_variableOne << std::endl;
116 output <<
"Variable two: " << M_variableTwo << std::endl;
ExampleClass(const ExampleClass &example)
Copy constructor.
void methodOne(first_Type &inputVariableOne, second_Type &inputVariableTwo)
Short description of this method.
ExampleClass & operator=(const ExampleClass &example)
The equivalence operator.
void updateInverseJacobian(const UInt &iQuadPt)
void methodTwo()
Short description of this method.
const first_Type & variableOne() const
Short description of this get method.
ExampleClass(first_Type &VariableOne, second_Type &VariableTwo)
Short description of the constructor.
void privateMethodOne()
Short description of this method.
void showMe(std::ostream &output=std::cout) const
Display general information about the content of the class.
ExampleClass()
Empty Constructor.
second_Type M_variableTwo
~ExampleClass()
Destructor.
ExampleClass - Short description of the class.
void setVariableOne(const first_Type &variableOne)
Short description of this set method.