class Card - Is dynamically allocated
More...
#include <Card.hpp>
|
| Card (CardsEnum type, unsigned difficulty, unsigned numberOfBox) |
|
CardsEnum | getType () |
|
unsigned | getLevel () |
|
unsigned | getNumberOfBox () |
|
unsigned | getDificulty () |
|
void | setDificulty (unsigned newDificulty) |
|
void | addLevel () |
|
void | addBox (unsigned numberOfBoxToAdd) |
|
void | deleteBox (unsigned numberOfBox) |
|
|
CardsEnum | type |
|
unsigned | level |
|
unsigned | dificulty |
|
unsigned | numberOfBox |
|
class Card - Is dynamically allocated
The documentation for this class was generated from the following files:
- include/shared/Card.hpp
- src/shared/Card.cpp