LoggingUtil.h File Reference
#include <memory>
#include <iosfwd>
+ Include dependency graph for LoggingUtil.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  StreamPrinter< Fnc >
 
struct  LogTag
 

Namespaces

 armarx
 This file offers overloads of toIce() and fromIce() functions for STL container types.
 
 armarx::detail
 

Enumerations

enum  StreamPrinterTag { tag }
 

Functions

template<class Fnc >
StreamPrinter< Fnc > operator* (StreamPrinterTag, Fnc &&f)
 
template<class Fnc >
std::ostream & operator<< (std::ostream &o, const detail::StreamPrinter< Fnc > &f)