RetroArch
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
Person Class Reference
Inheritance diagram for Person:
[legend]

Public Member Functions

 Person (const std::string &name, unsigned age)
 
 Person (const Person &rhs)
 
virtual ~Person ()
 
Personoperator= (const Person &rhs)
 

Protected Member Functions

template<typename Writer >
void Serialize (Writer &writer) const
 

Private Attributes

std::string name_
 
unsigned age_
 

Constructor & Destructor Documentation

◆ Person() [1/2]

Person::Person ( const std::string name,
unsigned  age 
)
inline

◆ Person() [2/2]

Person::Person ( const Person rhs)
inline

◆ ~Person()

Person::~Person ( )
virtual

Member Function Documentation

◆ operator=()

Person& Person::operator= ( const Person rhs)
inline

◆ Serialize()

template<typename Writer >
void Person::Serialize ( Writer writer) const
inlineprotected
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ age_

unsigned Person::age_
private

◆ name_

std::string Person::name_
private

The documentation for this class was generated from the following file: