A concrete type of PetOwner that can be constructed by a Factory<PetOwner> instance.
More...
#include <example.h>
A concrete type of PetOwner that can be constructed by a Factory<PetOwner> instance.
Definition at line 278 of file example.h.
infact::HumanPetOwner::HumanPetOwner |
( |
| ) |
|
|
inline |
Constructs a human pet owner.
Definition at line 281 of file example.h.
virtual infact::HumanPetOwner::~HumanPetOwner |
( |
| ) |
|
|
inlinevirtual |
Destroys a human pet owner.
Definition at line 284 of file example.h.
virtual int infact::HumanPetOwner::GetNumberOfPets |
( |
| ) |
|
|
inlinevirtual |
virtual shared_ptr<Animal> infact::HumanPetOwner::GetPet |
( |
int |
i | ) |
|
|
inlinevirtual |
virtual void infact::HumanPetOwner::RegisterInitializers |
( |
Initializers & |
initializers | ) |
|
|
inlinevirtual |
The documentation for this class was generated from the following file: