![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include "StrConst.h"
#include "StrArg.h"
#include "cUnitTestDecl.h"
#include "cDebugAssert.h"
#include "HResult.h"
#include <time.h>
Go to the source code of this file.
Classes | |
struct | Gray::CTimeUnit |
class | Gray::cTimeUnits |
struct | Gray::cTimeParserUnit |
class | Gray::cTimeParser |
Namespaces | |
Gray | |
< The main namespace for all Core functions. | |
Typedefs | |
typedef time_t | Gray::TIMESEC_t |
absolute seconds since January 1, 1970. (GMT?)(signed) NOTE: Changing to __time64_t just adds more range with same values. (>2038) More... | |
typedef short | Gray::TIMEUNIT_t |
Arbitrary time unit. (e.g. number of minutes or seconds). Allow negative for null ? Max 16 bits. More... | |
common for cTimeInt, cTimeDouble, cTimeSys