Forward declare an ultra-lightweight wrapper which does formatting of numbers only on demand. More...
#include <uhal/log/log_inserters.integer.hpp>
Public Member Functions | |
| _Integer (const T &aT) | |
| Constructor. More... | |
| void | print (std::ostream &aStr) const |
| The function which formats the integer and appends it into the given stream. More... | |
Public Member Functions inherited from uhal::RefWrapper< T > | |
| const T & | value () const |
Additional Inherited Members | |
Protected Member Functions inherited from uhal::RefWrapper< T > | |
| RefWrapper (const T &aT) | |
| virtual | ~RefWrapper () |
Forward declare an ultra-lightweight wrapper which does formatting of numbers only on demand.
Declare an ultra-lightweight wrapper which does formatting of numbers only on demand.
Definition at line 103 of file log_inserters.integer.hpp.
| uhal::_Integer< T, FORMAT >::_Integer | ( | const T & | aT | ) |
Constructor.
| aT | an integer type for which a reference is stored |
| void uhal::_Integer< T, FORMAT >::print | ( | std::ostream & | aStr | ) | const |
The function which formats the integer and appends it into the given stream.
| aStr | a stream to which to append formatted data |
Referenced by uhal::operator<<().