|
_Time< DefaultTimeFmt > | Time (const timeval &aTime) |
| Helper function which wrap the template uglyness in a pretty package. More...
|
|
_Time< FORMAT > | Time (const timeval &aTime, const FORMAT &aFmt) |
| 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> |
_Time< TimeFmt< T0, D0, T1, D1, T2, D2, T3, D3, T4, D4, T5, D5, T6 > > | 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> |
_Time< TimeFmt< T0, D0, T1, D1, T2, D2, T3, D3, T4, D4, T5,' ', null > > | 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> |
_Time< TimeFmt< T0, D0, T1, D1, T2, D2, T3, D3, T4,' ', null,' ', null > > | 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> |
_Time< TimeFmt< T0, D0, T1, D1, T2, D2, T3,' ', null,' ', null,' ', null > > | 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> |
_Time< TimeFmt< T0, D0, T1, D1, T2,' ', null,' ', null,' ', null,' ', null > > | 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> |
_Time< TimeFmt< T0, D0, T1,' ', null,' ', null,' ', null,' ', null,' ', null > > | Time (const timeval &aTime) |
| Helper function which wrap the template uglyness in a pretty package. More...
|
|
template<time_element T0> |
_Time< TimeFmt< T0,' ', null,' ', null,' ', null,' ', null,' ', null,' ', null > > | Time (const timeval &aTime) |
| Helper function which wrap the template uglyness in a pretty package. More...
|
|
template<typename FORMAT>
class uhal::_Time< FORMAT >
Forward declaration.
A private class whose template parameters fully encapsulate the formatting and which is used to wrap a reference to an underlying type.
A log_inserter function must be available to handle this type. The first parameter (the type) was templated so that we could overload for multiple time types but, so far, only timeval has been implemented
Definition at line 82 of file log_inserters.time.hpp.