#include <datelib.h>
Public Member Functions | |
| DateAlgorithmRepository () | |
| virtual | ~DateAlgorithmRepository () |
Static Public Member Functions | |
| static const DateAlgorithmRepository & | instance () |
| Get the unique instance of this class. | |
| static CalendarConverter * | getDefaultCalendarConverter () |
| Get the default CalendarConverter. | |
| static ClockConverter * | getDefaultClockConverter () |
| This method is not thread-safe. | |
This is a singleton OO pattern.
Definition at line 40 of file datelib.h.
| const DateAlgorithmRepository & eyedb::DateAlgorithmRepository::instance | ( | ) | [static] |
Get the unique instance of this class.
This method is not thread-safe.
Definition at line 55 of file datelib.cc.
| CalendarConverter * eyedb::DateAlgorithmRepository::getDefaultCalendarConverter | ( | ) | [static] |
Get the default CalendarConverter.
This method is not thread-safe.
Definition at line 62 of file datelib.cc.
| ClockConverter * eyedb::DateAlgorithmRepository::getDefaultClockConverter | ( | ) | [static] |
This method is not thread-safe.
Get the default ClockConverter
Definition at line 75 of file datelib.cc.
1.5.3