C++ Utilities 5.24.8
Useful C++ classes and routines such as argument parser, IO and conversion utilities
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
timespan.h File Reference
#include "../global.h"
#include <cstdint>
#include <functional>
#include <limits>
#include <string>
Include dependency graph for timespan.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CppUtilities::TimeSpan
 Represents a time interval. More...
 
struct  std::hash< CppUtilities::TimeSpan >
 Computes the hash for the CppUtilities::TimeSpan instance. More...
 

Namespaces

namespace  CppUtilities
 Contains all utilities provides by the c++utilities library.
 
namespace  std
 STL namespace.
 

Enumerations

enum class  CppUtilities::TimeSpanOutputFormat { CppUtilities::Normal , CppUtilities::WithMeasures , CppUtilities::TotalSeconds }
 Specifies the output format. More...