automotive-message-broker  0.14.803
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Classes | Functions
CUtil Namespace Reference

Project common C++ utilities namespace. More...

Classes

class  Logger
 Simple logger to log messages on file and console. More...
 
class  Mutex
 Encapsulation of the recursive posix mutex. More...
 
class  Thread
 Encapsulation of the POSIX thread. More...
 

Functions

Logger::loggerConf operator| (Logger::loggerConf __a, Logger::loggerConf __b)
 
Logger::loggerConf operator& (Logger::loggerConf __a, Logger::loggerConf __b)
 

Detailed Description

Project common C++ utilities namespace.

Function Documentation

Logger::loggerConf CUtil::operator& ( Logger::loggerConf  __a,
Logger::loggerConf  __b 
)
inline

operator& - Can be used in Logger::configure

Parameters
__aConfiguration (i.e., log on file and on screen on or off).
__bConfiguration (i.e., log on file and on screen on or off).
Returns
Configuration (i.e., log on file and on screen on or off).
Logger::loggerConf CUtil::operator| ( Logger::loggerConf  __a,
Logger::loggerConf  __b 
)
inline

operator| - Can be used in Logger::configure

Parameters
__aConfiguration (i.e., log on file and on screen on or off).
__bConfiguration (i.e., log on file and on screen on or off).
Returns
Configuration (i.e., log on file and on screen on or off).