7#ifndef __PGENERICCLOCK_H_IMPL__
8#define __PGENERICCLOCK_H_IMPL__
15template<
typename _TBackend,
typename _TMockBackend>
23template<
typename _TBackend,
typename _TMockBackend>
29template<
typename _TBackend,
typename _TMockBackend>
38template<
typename _TBackend,
typename _TMockBackend>
47template<
typename _TBackend,
typename _TMockBackend>
55template<
typename _TBackend,
typename _TMockBackend>
63template<
typename _TBackend,
typename _TMockBackend>
79template<
typename _TBackend,
typename _TMockBackend>
85template<
typename _TBackend,
typename _TMockBackend>
void copyPGenericClock(const PGenericClock< _TBackend, _TMockBackend > &other)
Copy function of PGenericClock.
PGenericClock()
Default constructor of PGenericClock.
PClockMode::PClockMode getMode() const
Get the mode of the PGenericClock (NO_MOCK, MOCK or MOCK_RECORD)
void setMode(PClockMode::PClockMode mode)
Set the mode of the PGenericClock (NO_MOCK, MOCK or MOCK_RECORD)
virtual ~PGenericClock()
Destructor of PGenericClock.
PGenericClock & operator=(const PGenericClock< _TBackend, _TMockBackend > &other)
Definition of equal operator of PGenericClock.
time_t now()
Get the current time of the clock.
void initialisationPGenericClock()
Initialisation function of the class PGenericClock.
_TBackend p_clockBackend
Instance of the clock backend (necessary for some clock backends)
_TMockBackend p_mockBackend
Instance of the clock backend (necessary for some clock backends)
PClockMode::PClockMode p_mode
Mode of the Clock (no mock, mock, mock_record)
PClockMode
describe the mode of the Socket