Public Member Functions | |
void | AddDependent (const Dependent &dependent) |
Employee (const std::string &name, unsigned age, bool married) | |
Employee (const Employee &rhs) | |
Employee & | operator= (const Employee &rhs) |
template<typename Writer > | |
void | Serialize (Writer &writer) const |
virtual | ~Employee () |
Public Member Functions inherited from Person | |
Person & | operator= (const Person &rhs) |
Person (const std::string &name, unsigned age) | |
Person (const Person &rhs) | |
virtual | ~Person () |
Private Attributes | |
std::vector< Dependent > | dependents_ |
bool | married_ |
Additional Inherited Members | |
Protected Member Functions inherited from Person | |
template<typename Writer > | |
void | Serialize (Writer &writer) const |
Definition at line 110 of file serialize.cpp.
|
inline |
Definition at line 112 of file serialize.cpp.
|
inline |
Definition at line 113 of file serialize.cpp.
|
virtual |
Definition at line 150 of file serialize.cpp.
|
inline |
Definition at line 123 of file serialize.cpp.
Definition at line 116 of file serialize.cpp.
|
inline |
Definition at line 128 of file serialize.cpp.
|
private |
Definition at line 146 of file serialize.cpp.
|
private |
Definition at line 147 of file serialize.cpp.