Cutelee  6.1.0
Public Member Functions | Public Attributes | List of all members
Person Class Reference

Public Member Functions

 Person (std::string _name, int _age)
 
bool operator== (const Person &other) const
 

Public Attributes

int age
 
std::string name
 
int uid
 

Detailed Description

Definition at line 86 of file testgenerictypes.cpp.