test class for the data_stream automatic api
void setAge(int age)
Set the age of the Shadok.
void copyShadok(const Shadok &other)
Copy function of Shadok.
const std::string & getName() const
Get the name of the Shadok.
Shadok & operator=(const Shadok &other)
Definition of equal operator of Shadok.
int getAge() const
Get the age of the Shadok.
void initialisationShadok()
Initialisation function of the class Shadok.
std::string p_name
Name of the Shadok.
void setName(const std::string &name)
Set the name of the Shadok.
virtual ~Shadok()
Destructeur of Shadok.
Shadok()
Default constructeur of Shadok.