|
TrueReality
v0.1.1912
|
Interface class get the time for the logger. More...
#include <LogTimeProvider.h>
Public Member Functions | |
| virtual | ~LogTimeProvider () |
| Destructor. More... | |
| virtual const trUtil::DateTime & | GetDateTime ()=0 |
| Gets date time. More... | |
| virtual unsigned | GetFrameNumber ()=0 |
| Gets frame number. More... | |
| virtual osg::Referenced * | AsReferenced ()=0 |
| Converts this object to a referenced. More... | |
Interface class get the time for the logger.
There is probably no need to override this yourself. It is provided as a means for other parts of the system to provide the time.
Definition at line 54 of file LogTimeProvider.h.
|
inlinevirtual |
Destructor.
Definition at line 63 of file LogTimeProvider.h.
|
pure virtual |
Converts this object to a referenced.
Referenced by trUtil::Logging::LogManager::SetLogTimeProvider().

|
pure virtual |
Gets date time.
Referenced by trUtil::Logging::LogManager::GetDateTime().

|
pure virtual |
Gets frame number.
Referenced by trUtil::Logging::LogManager::GetFrameNumber().
