Stellt eine Person dar. Mehr ...
#include <person.hpp>
Öffentliche Methoden | |
Person (std::string vorname, std::string nachname) | |
Erzeugt eine Person mit Vor- und Nachname. | |
virtual std::string | toString () const |
virtual void | work ()=0 |
virtual Person & | operator= (const Person &p) |
Öffentliche, statische Methoden | |
static int | getCount () |
Geschützte Attribute | |
std::string | vorname |
std::string | nachname |
const int | id |
Statische geschützte Attribute | |
static int | count = 0 |
static const int | answer = 42 |
Stellt eine Person dar.