Öffentliche Methoden | |
Student (std::string vorname, std::string nachname, int matnr) | |
Student (const Student &s) | |
virtual Student & | operator= (const Student &s) |
virtual void | setThesis (Thesis *thesis) |
virtual std::string | toString () const |
virtual void | work () |
Geschützte Attribute | |
int | matnr |
Thesis * | thesis |