![]() |
|
PhoenixClock
2.2.0
Library wrapping the usage of system's clock, allowing to use clock mock-ups
|
Include dependency graph for PClockMock.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | PClockMock |
| Mock of a clock. More... | |
Functions | |
| bool | phoenix_createMockBackend (PClockMock &mock, const std::string &prefix="") |
| Create a mock backend for clock. | |
| bool phoenix_createMockBackend | ( | PClockMock & | mock, |
| const std::string & | prefix ) |
Create a mock backend for clock.
| [out] | mock | : clock mock backend to be used |
| prefix | : prefix of the mock file |
Definition at line 15 of file PClockMock.cpp.
References PClockMock::setMockPrefix().
Here is the call graph for this function: