![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
#include <stdint.h>#include <string>Go to the source code of this file.
Functions | |
| int64_t | GetTime () |
| For unit testing. More... | |
| int64_t | GetTimeMillis () |
| int64_t | GetTimeMicros () |
| void | SetMockTime (int64_t nMockTimeIn) |
| void | MilliSleep (int64_t n) |
| std::string | DateTimeStrFormat (const char *pszFormat, int64_t nTime) |
| std::string | DurationToDHMS (int64_t nDurationTime) |
| std::string DateTimeStrFormat | ( | const char * | pszFormat, |
| int64_t | nTime | ||
| ) |
| std::string DurationToDHMS | ( | int64_t | nDurationTime | ) |
| int64_t GetTime | ( | ) |
For unit testing.
Definition at line 19 of file utiltime.cpp.
| int64_t GetTimeMicros | ( | ) |
| int64_t GetTimeMillis | ( | ) |
| void MilliSleep | ( | int64_t | n | ) |
| void SetMockTime | ( | int64_t | nMockTimeIn | ) |
1.8.17