μHAL (v2.7.9)
Part of the IPbus software repository
Namespaces | Functions
log_inserters.time.cpp File Reference
#include "uhal/log/log_inserters.time.hpp"
#include <iomanip>
#include <stdio.h>
#include <time.h>
Include dependency graph for log_inserters.time.cpp:

Go to the source code of this file.

Namespaces

 uhal
 

Functions

template<>
void uhal::print< year > (std::ostream &aStr, const tm *aTm, const uint32_t &)
 
template<>
void uhal::print< yr > (std::ostream &aStr, const tm *aTm, const uint32_t &)
 
template<>
void uhal::print< strmth > (std::ostream &aStr, const tm *aTm, const uint32_t &)
 
template<>
void uhal::print< mth > (std::ostream &aStr, const tm *aTm, const uint32_t &)
 
template<>
void uhal::print< day > (std::ostream &aStr, const tm *aTm, const uint32_t &)
 
template<>
void uhal::print< hr > (std::ostream &aStr, const tm *aTm, const uint32_t &)
 
template<>
void uhal::print< min > (std::ostream &aStr, const tm *aTm, const uint32_t &)
 
template<>
void uhal::print< sec > (std::ostream &aStr, const tm *aTm, const uint32_t &)
 
template<>
void uhal::print< usec > (std::ostream &aStr, const tm *, const uint32_t &aUsec)
 
_Time< DefaultTimeFmt > uhal::Time (const timeval &aTime)
 Helper function which wrap the template uglyness in a pretty package. More...
 
timeval uhal::Now ()
 A helper function to return the current time. More...