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

Public Member Functions

 Dependent (const std::string &name, unsigned age, Education *education=0)
 
 Dependent (const Dependent &rhs)
 
virtual ~Dependent ()
 
Dependentoperator= (const Dependent &rhs)
 
template<typename Writer >
void Serialize (Writer &writer) const
 
- Public Member Functions inherited from Person
 Person (const std::string &name, unsigned age)
 
 Person (const Person &rhs)
 
virtual ~Person ()
 
Personoperator= (const Person &rhs)
 

Private Attributes

Educationeducation_
 

Additional Inherited Members

- Protected Member Functions inherited from Person
template<typename Writer >
void Serialize (Writer &writer) const
 

Constructor & Destructor Documentation

◆ Dependent() [1/2]

Dependent::Dependent ( const std::string name,
unsigned  age,
Education education = 0 
)
inline

◆ Dependent() [2/2]

Dependent::Dependent ( const Dependent rhs)
inline

◆ ~Dependent()

Dependent::~Dependent ( )
virtual

Member Function Documentation

◆ operator=()

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

◆ Serialize()

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

Member Data Documentation

◆ education_

Education* Dependent::education_
private

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