|
| Essence (unsigned int i, std::string nom, int masse, float _diametre, float _hauteur, unsigned int age, bool t) |
|
| Essence (const Essence &other) |
|
unsigned | getIndice () const |
|
std::string | getName () const |
|
unsigned | getMasse () const |
|
float | getDiametre () const |
|
float | getHauteur () const |
|
unsigned | getAgeMaturite () const |
|
bool | getType () const |
|
void | setName (std::string x) |
|
void | setMasse (int x) |
|
void | setType (bool t) |
|
void | setHauteur (float h) |
|
void | setDiametre (float d) |
|
virtual Essence & | operator= (const Essence &other) |
|
std::string | toString () const |
|
The documentation for this class was generated from the following files: