#include <example.hpp>
Brief description of the class Example.
there is the detailed description which can be written on several lines The detailed description ends there.
Public Member Functions | |
Constructors, destructor | |
| Example (type1 param1, type2 param2=value2) | |
| Example () | |
| virtual | ~Example () |
Operator overloads | |
| Example & | operator= (Example const &__g) |
| assignment operator | |
Accessors | |
| type1 | accessor1 () const |
| type2 | acessor2 () const |
| get the value of the second data More... | |
Mutators | |
| type1 | setData1 (int dim) |
| set the data1 | |
Methods | |
| type1 | methode1 (ptype1 parameter1, ptype2 parameter2) |
| a brief description of methode1 More... | |
Protected Attributes | |
| object1 | |
| this is a short description of object1 | |
|
inline |
|
inline |
get the value of the second data
| type1 Feel::Example::methode1 | ( | ptype1 | parameter1, |
| ptype2 | parameter2 | ||
| ) |
a brief description of methode1
there is a detailed description of the methode1
| parameter1 | this a description of the first parameter |
| parameter2 | this a description of the second parameter |
1.8.5