A concrete implementation of the Person interface that can be constructed by a Factory (because of the REGISTER_PERSON(PersonImpl)
declaration in example.cc
).
More...
#include <example.h>
A concrete implementation of the Person interface that can be constructed by a Factory (because of the REGISTER_PERSON(PersonImpl)
declaration in example.cc
).
Definition at line 129 of file example.h.
infact::PersonImpl::PersonImpl |
( |
| ) |
|
|
inline |
Constructs this person.
Definition at line 132 of file example.h.
virtual infact::PersonImpl::~PersonImpl |
( |
| ) |
|
|
inlinevirtual |
Destroys this person.
Definition at line 134 of file example.h.
virtual shared_ptr<const Date> infact::PersonImpl::birthday |
( |
| ) |
const |
|
inlinevirtual |
virtual const int infact::PersonImpl::cm_height |
( |
| ) |
const |
|
inlinevirtual |
virtual const string& infact::PersonImpl::name |
( |
| ) |
const |
|
inlinevirtual |
virtual void infact::PersonImpl::RegisterInitializers |
( |
Initializers & |
initializers | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: