C++ Utilities
4.9.0
Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities
|
#include "./timespan.h"
#include "../conversion/types.h"
#include <ctime>
#include <limits>
#include <string>
Go to the source code of this file.
Classes | |
class | ChronoUtilities::DateTime |
Represents an instant in time, typically expressed as a date and time of day. More... | |
struct | std::hash< ChronoUtilities::DateTime > |
Namespaces | |
ChronoUtilities | |
Contains classes providing a means for handling date and time information. | |