#include "uhal/log/log_inserters.time.hpp"
#include <iomanip>
#include <stdio.h>
#include <time.h>
Go to the source code of this file.
|
| 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...
|
| |