Static Public Member Functions | |
static vhtBool | _initializeClass () |
static void | _renameExistingLogFile (const std::string &fileName) |
Static Public Attributes | |
static OpenThreads::RecursiveMutex | _staticMonitor |
static int | _iHistoryLog |
static std::streambuf * | _originalCerrBuf |
static std::string | _cerrDefaultLogFileName |
static std::string | _cerrLogFileName |
static std::ofstream | _cerrLogFile |
static std::streambuf * | _originalCoutBuf |
static std::string | _coutDefaultLogFileName |
static std::string | _coutLogFileName |
static std::ofstream | _coutLogFile |
static vhdSearchPathsRef | _searchPaths |
static vhtBool | _initFlag |
static vhtBool | _classInitializedFlag |
static vhtDouble | _hrcCountsPerSecond |
static vhtTime | _hrcOriginInUTC |
static vhdIClockRef | _utcClock |
static vhdIClockRef | _sysClock |
static vhdClockRef | _simClock |
static vhdEventDispatcherRef | _eventDispatcher |
static vhdEventPublisherRef | _eventPublisher |
static vhdDynLibManager | _dynLibManager |
vhtBool vhdSys::_Impl::_initializeClass | ( | ) | [static] |
Used to initialize the class. It takes UTC clock and High Resolution Performance Counter and calculates offset between them that will be used in all get current time calls.
void vhdSys::_Impl::_renameExistingLogFile | ( | const std::string & | fileName | ) | [static] |
int vhdSys::_Impl::_iHistoryLog [static] |
std::streambuf * vhdSys::_Impl::_originalCerrBuf [static] |
std::string vhdSys::_Impl::_cerrDefaultLogFileName [static] |
std::string vhdSys::_Impl::_cerrLogFileName [static] |
std::ofstream vhdSys::_Impl::_cerrLogFile [static] |
std::streambuf * vhdSys::_Impl::_originalCoutBuf [static] |
std::string vhdSys::_Impl::_coutDefaultLogFileName [static] |
std::string vhdSys::_Impl::_coutLogFileName [static] |
std::ofstream vhdSys::_Impl::_coutLogFile [static] |
vhdSearchPathsRef vhdSys::_Impl::_searchPaths [static] |
vhtBool vhdSys::_Impl::_initFlag [static] |
vhtTime vhdSys::_Impl::_hrcOriginInUTC [static] |
vhdIClockRef vhdSys::_Impl::_utcClock [static] |
vhdIClockRef vhdSys::_Impl::_sysClock [static] |
vhdClockRef vhdSys::_Impl::_simClock [static] |
vhdEventDispatcherRef vhdSys::_Impl::_eventDispatcher [static] |
vhdEventPublisherRef vhdSys::_Impl::_eventPublisher [static] |