Cutelee 6.1.0
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.

Constructor & Destructor Documentation

◆ Person() [1/2]

Person::Person ( )
inline

Definition at line 89 of file testgenerictypes.cpp.

◆ Person() [2/2]

Person::Person ( std::string _name,
int _age )
inline

Definition at line 90 of file testgenerictypes.cpp.

Member Function Documentation

◆ operator==()

bool Person::operator== ( const Person & other) const
inline

Definition at line 96 of file testgenerictypes.cpp.

Member Data Documentation

◆ age

int Person::age

Definition at line 99 of file testgenerictypes.cpp.

◆ name

std::string Person::name

Definition at line 98 of file testgenerictypes.cpp.

◆ uid

int Person::uid

Definition at line 100 of file testgenerictypes.cpp.