CppCommon
1.0.4.1
C++ Common Library
|
Time definition. More...
Go to the source code of this file.
Classes | |
class | CppCommon::Time |
Time. More... | |
class | CppCommon::UtcTime |
UTC time. More... | |
class | CppCommon::LocalTime |
Local time. More... | |
Namespaces | |
CppCommon | |
C++ Common project definitions. | |
Enumerations | |
enum class | CppCommon::Weekday { CppCommon::Sunday , CppCommon::Monday , CppCommon::Tuesday , CppCommon::Wednesday , CppCommon::Thursday , CppCommon::Friday , CppCommon::Saturday } |
Weekday. More... | |
Functions | |
template<class TOutputStream > | |
TOutputStream & | CppCommon::operator<< (TOutputStream &stream, Weekday weekday) |
Stream output: Weekday. More... | |