μHAL (v2.7.9)
Part of the IPbus software repository
Namespaces | Functions
log_inserters.time.hxx File Reference
#include <ostream>
#include <time.h>
Include dependency graph for log_inserters.time.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 uhal
 

Functions

_Time< DefaultTimeFmt > uhal::Time (const timeval &aTime)
 Helper function which wrap the template uglyness in a pretty package. More...
 
template<time_element T0, char D0, time_element T1, char D1, time_element T2, char D2, time_element T3, char D3, time_element T4, char D4, time_element T5, char D5, time_element T6>
std::ostream & uhal::operator<< (std::ostream &aStr, const _Time< TimeFmt< T0, D0, T1, D1, T2, D2, T3, D3, T4, D4, T5, D5, T6 > > &aTime)
 
template<time_element T0, char D0, time_element T1, char D1, time_element T2, char D2, time_element T3, char D3, time_element T4, char D4, time_element T5>
std::ostream & uhal::operator<< (std::ostream &aStr, const _Time< TimeFmt< T0, D0, T1, D1, T2, D2, T3, D3, T4, D4, T5,' ', null > > &aTime)
 
template<time_element T0, char D0, time_element T1, char D1, time_element T2, char D2, time_element T3, char D3, time_element T4>
std::ostream & uhal::operator<< (std::ostream &aStr, const _Time< TimeFmt< T0, D0, T1, D1, T2, D2, T3, D3, T4,' ', null,' ', null > > &aTime)
 
template<time_element T0, char D0, time_element T1, char D1, time_element T2, char D2, time_element T3>
std::ostream & uhal::operator<< (std::ostream &aStr, const _Time< TimeFmt< T0, D0, T1, D1, T2, D2, T3,' ', null,' ', null,' ', null > > &aTime)
 
template<time_element T0, char D0, time_element T1, char D1, time_element T2>
std::ostream & uhal::operator<< (std::ostream &aStr, const _Time< TimeFmt< T0, D0, T1, D1, T2,' ', null,' ', null,' ', null,' ', null > > &aTime)
 
template<time_element T0, char D0, time_element T1>
std::ostream & uhal::operator<< (std::ostream &aStr, const _Time< TimeFmt< T0, D0, T1,' ', null,' ', null,' ', null,' ', null,' ', null > > &aTime)
 
template<time_element T0>
std::ostream & uhal::operator<< (std::ostream &aStr, const _Time< TimeFmt< T0,' ', null,' ', null,' ', null,' ', null,' ', null,' ', null > > &aTime)
 
template<typename FORMAT >
_Time< FORMAT > uhal::Time (const timeval &aTime, const FORMAT &aFmt)
 Helper function which wrap the template uglyness in a pretty package. More...