An implementation of the Date interface that can be constructed by a Factory (because of the REGISTER_DATE(DateImpl)
declaration in example.cc
).
More...
#include <example.h>
An implementation of the Date interface that can be constructed by a Factory (because of the REGISTER_DATE(DateImpl)
declaration in example.cc
).
Definition at line 75 of file example.h.
infact::DateImpl::DateImpl |
( |
| ) |
|
|
inline |
Constructs this instance.
Definition at line 78 of file example.h.
virtual infact::DateImpl::~DateImpl |
( |
| ) |
|
|
inlinevirtual |
Destroys this instance.
Definition at line 80 of file example.h.
virtual int infact::DateImpl::day |
( |
| ) |
const |
|
inlinevirtual |
virtual int infact::DateImpl::month |
( |
| ) |
const |
|
inlinevirtual |
virtual void infact::DateImpl::RegisterInitializers |
( |
Initializers & |
initializers | ) |
|
|
inlinevirtual |
virtual int infact::DateImpl::year |
( |
| ) |
const |
|
inlinevirtual |
The documentation for this class was generated from the following file: