WireCellToolkit
Wire Cell Simulation, Signal Process and Reconstruction Toolki for Liquid Argon Detectors
time.h File Reference
#include "format.h"
#include <ctime>
#include <locale>
Include dependency graph for time.h:

Go to the source code of this file.

Classes

struct  formatter< std::tm, Char >
 

Namespaces

 internal
 

Macros

#define FMT_NOMACRO
 

Functions

null localtime_r internal::FMT_NOMACRO (...)
 
null internal::localtime_s (...)
 
null internal::gmtime_r (...)
 
null internal::gmtime_s (...)
 
std::tm localtime (std::time_t time)
 
std::tm gmtime (std::time_t time)
 
std::size_t internal::strftime (char *str, std::size_t count, const char *format, const std::tm *time)
 
std::size_t internal::strftime (wchar_t *str, std::size_t count, const wchar_t *format, const std::tm *time)
 

Macro Definition Documentation

◆ FMT_NOMACRO

#define FMT_NOMACRO

Definition at line 19 of file time.h.

Function Documentation

◆ gmtime()

std::tm gmtime ( std::time_t  time)
inline

Definition at line 67 of file time.h.

Here is the call graph for this function:

◆ localtime()

std::tm localtime ( std::time_t  time)
inline

Definition at line 29 of file time.h.

Here is the call graph for this function: