Alien  1.3.0
Developer documentation
Loading...
Searching...
No Matches
Alien::ObjectWithTrace Class Reference
Inheritance diagram for Alien::ObjectWithTrace:
Collaboration diagram for Alien::ObjectWithTrace:

Public Member Functions

template<typename T>
void alien_info (T &&t) const
template<typename T>
void alien_debug (T &&t) const
template<typename T>
void alien_warning (T &&t) const
template<typename T>
void alien_fatal (T &&t) const
ITraceMng * traceMng () const

Protected Member Functions

TraceMessage cout () const

Private Member Functions

void _checkLock () const
template<typename T>
void _print (Verbosity::Level N, T &&t) const

Private Attributes

bool m_is_locked

Detailed Description

Definition at line 60 of file ObjectWithTrace.h.

Constructor & Destructor Documentation

◆ ObjectWithTrace()

Alien::ObjectWithTrace::ObjectWithTrace ( )
inline

Definition at line 63 of file ObjectWithTrace.h.

◆ ~ObjectWithTrace()

virtual Alien::ObjectWithTrace::~ObjectWithTrace ( )
inlinevirtual

Definition at line 67 of file ObjectWithTrace.h.

Member Function Documentation

◆ _checkLock()

void Alien::ObjectWithTrace::_checkLock ( ) const
inlineprivate

Definition at line 110 of file ObjectWithTrace.h.

◆ _print()

template<typename T>
void Alien::ObjectWithTrace::_print ( Verbosity::Level N,
T && t ) const
inlineprivate

Definition at line 118 of file ObjectWithTrace.h.

◆ alien_debug()

template<typename T>
void Alien::ObjectWithTrace::alien_debug ( T && t) const
inline

Definition at line 77 of file ObjectWithTrace.h.

◆ alien_fatal()

template<typename T>
void Alien::ObjectWithTrace::alien_fatal ( T && t) const
inline

Definition at line 89 of file ObjectWithTrace.h.

◆ alien_info()

template<typename T>
void Alien::ObjectWithTrace::alien_info ( T && t) const
inline

Definition at line 71 of file ObjectWithTrace.h.

◆ alien_warning()

template<typename T>
void Alien::ObjectWithTrace::alien_warning ( T && t) const
inline

Definition at line 83 of file ObjectWithTrace.h.

◆ cout()

TraceMessage Alien::ObjectWithTrace::cout ( ) const
inlineprotected

Definition at line 103 of file ObjectWithTrace.h.

◆ traceMng()

ITraceMng * Alien::ObjectWithTrace::traceMng ( ) const
inline

Definition at line 131 of file ObjectWithTrace.h.

Member Data Documentation

◆ m_is_locked

bool Alien::ObjectWithTrace::m_is_locked
mutableprivate

Definition at line 138 of file ObjectWithTrace.h.


The documentation for this class was generated from the following file: