ADTF  3.18.2
cErrorHandlingManager

Utility Class that registers itself as global ADTF error handler and records all errors. More...

Public Member Functions

 cErrorHandlingManager ()
 Constructor.
 
 ~cErrorHandlingManager ()
 Destructor.
 
std::vector< tResultGetCurrentErrors (bool bClear=true)
 Returns the current errors. More...
 

Private Attributes

std::unique_ptr< cImplementation > m_pImplementation
 

Detailed Description

Utility Class that registers itself as global ADTF error handler and records all errors.

Definition at line 23 of file error_handling.h.

Member Function Documentation

◆ GetCurrentErrors()

std::vector<tResult> GetCurrentErrors ( bool  bClear = true)

Returns the current errors.

Parameters
[in]bClearIf true, the list will be cleared.
Returns
The list of errors.