Public Member Functions | |
Education (const std::string &school, double GPA) | |
Education (const Education &rhs) | |
template<typename Writer > | |
void | Serialize (Writer &writer) const |
Private Attributes | |
double | GPA_ |
std::string | school_ |
Definition at line 45 of file serialize.cpp.
|
inline |
Definition at line 47 of file serialize.cpp.
|
inline |
Definition at line 48 of file serialize.cpp.
|
inline |
Definition at line 51 of file serialize.cpp.
|
private |
Definition at line 69 of file serialize.cpp.
|
private |
Definition at line 68 of file serialize.cpp.