|
First Class
|
This is the complete list of members for Student, including all inherited members.
| Add_SKZ(const int skz_in) | Student | |
| Del_SKZ(const int skz_in) | Student | |
| Enrolled4Study(const int cSKZ) const | Student | inline |
| Get_SKZ() const | Student | inline |
| Getmatr_nr() const | Student | inline |
| Getname() const | Student | inline |
| Num_SKZ() const | Student | inline |
| operator<(const Student &rhs) const | Student | inline |
| operator<<(std::ostream &s, const Student &rhs) | Student | friend |
| operator=(const Student &rhs)=default | Student | |
| operator>>(std::istream &s, Student &rhs) | Student | friend |
| Setname(const std::string &val) | Student | |
| Student() | Student | |
| Student(const std::string &fname, const std::string &matrikel, const int studium) | Student | |
| Student(const std::string &fname, const std::string &matrikel, const std::vector< int > &studium) | Student | |
| Student(const Student &orig)=default | Student | |
| ~Student() | Student | inline |