#include #include class T1 { public: std::string name; T1(const std::string &); ~T1(); std::string getName(void); };