fix8
version 1.4.0
Open Source C++ FIX Framework
|
Go to the source code of this file.
Namespaces | |
FIX8 | |
Enumerations | |
enum | FIX8::hyperunits_t { FIX8::h_seconds, FIX8::h_milliseconds, FIX8::h_microseconds, FIX8::h_nanoseconds, FIX8::h_count } |
Functions | |
template<hyperunits_t > | |
int | FIX8::hypersleep (unsigned amt) |
template<> | |
int | FIX8::hypersleep< h_seconds > (unsigned amt) |
template<> | |
int | FIX8::hypersleep< h_milliseconds > (unsigned amt) |
template<> | |
int | FIX8::hypersleep< h_microseconds > (unsigned amt) |
template<> | |
int | FIX8::hypersleep< h_nanoseconds > (unsigned amt) |
int | FIX8::hypersleep (unsigned amt, hyperunits_t units) |