Wire Sysio Wire Sysion 1.0.0
|
Public Member Functions | |
Student () | |
Student (const std::string name, unsigned age, double height, bool canSwim) | |
Public Attributes | |
std::string | name |
unsigned | age |
double | height |
bool | canSwim |
Definition at line 8 of file archivertest.cpp.
|
inline |
Definition at line 9 of file archivertest.cpp.
|
inline |
unsigned Student::age |
Definition at line 15 of file archivertest.cpp.
bool Student::canSwim |
Definition at line 17 of file archivertest.cpp.
double Student::height |
Definition at line 16 of file archivertest.cpp.
std::string Student::name |
Definition at line 14 of file archivertest.cpp.