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

Go to the source code of this file.

Namespaces

 uhal
 

Functions

template<>
void uhal::sign_helper (std::ostream &aStr, const int8_t &aInt)
 Helper function for adding the '+'/'-' sign to int8_ts. More...
 
template<>
void uhal::sign_helper (std::ostream &aStr, const int16_t &aInt)
 Helper function for adding the '+'/'-' sign to int16_ts. More...
 
template<>
void uhal::sign_helper (std::ostream &aStr, const int32_t &aInt)
 Helper function for adding the '+'/'-' sign to int32_ts. More...
 
template<>
void uhal::sign_helper (std::ostream &aStr, const int64_t &aInt)
 Helper function for adding the '+'/'-' sign to int64_ts. More...