#include <Person.h>
Public Attributes |
int | id |
std::string | name |
Detailed Description
Definition at line 12 of file Person.h.
Constructor & Destructor Documentation
Person::Person |
( |
int |
Id, |
|
|
const std::string & |
Name |
|
) |
| |
|
inline |
Member Function Documentation
bool Person::operator< |
( |
const Person & |
p | ) |
const |
|
inline |
bool Person::operator== |
( |
const Person & |
other | ) |
const |
|
inline |
Member Data Documentation
The documentation for this struct was generated from the following file:
- sources/applicationFramework/src/Person.h