HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Person Struct Reference

#include <Person.h>

Public Member Functions

 Person ()
 Person (int Id, const std::string &Name)
bool operator== (const Person &other) const
bool operator< (const Person &p) const

Public Attributes

int id
std::string name

Detailed Description

Definition at line 12 of file Person.h.

Constructor & Destructor Documentation

Person::Person ( )
inline

Definition at line 16 of file Person.h.

Person::Person ( int  Id,
const std::string &  Name 
)
inline

Definition at line 17 of file Person.h.

Member Function Documentation

bool Person::operator< ( const Person p) const
inline

Definition at line 23 of file Person.h.

bool Person::operator== ( const Person other) const
inline

Definition at line 19 of file Person.h.

Member Data Documentation

int Person::id

Definition at line 13 of file Person.h.

std::string Person::name

Definition at line 14 of file Person.h.


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