21 void setName(
const std::string & name);
26 const std::string &
getName()
const;
29 template<
typename Stream, DataStreamMode::DataStreamMode Mode>
45 template<
typename Stream, DataStreamMode::DataStreamMode Mode>
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.
bool data_stream(Stream &ds)
Function to load/save serialise and deserialise a Shadok in message/stream/file.
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.
static bool data_stream(Stream &ds, Shadok &data)
Generic DataStream class.