Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Student Struct Reference
Collaboration diagram for Student:

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
 

Detailed Description

Definition at line 8 of file archivertest.cpp.

Constructor & Destructor Documentation

◆ Student() [1/2]

Student::Student ( )
inline

Definition at line 9 of file archivertest.cpp.

9: name(), age(), height(), canSwim() {}
double height
unsigned age
std::string name

◆ Student() [2/2]

Student::Student ( const std::string name,
unsigned age,
double height,
bool canSwim )
inline

Definition at line 10 of file archivertest.cpp.

10 :
12 {}

Member Data Documentation

◆ age

unsigned Student::age

Definition at line 15 of file archivertest.cpp.

◆ canSwim

bool Student::canSwim

Definition at line 17 of file archivertest.cpp.

◆ height

double Student::height

Definition at line 16 of file archivertest.cpp.

◆ name

std::string Student::name

Definition at line 14 of file archivertest.cpp.


The documentation for this struct was generated from the following file: