Registry
IDebugWriter Class Reference
+ Inheritance diagram for IDebugWriter:

Public Member Functions

void enter_section (const char *dirName)
 
SmartPtr< DebugWriterContextget_context ()
 
void leave_section ()
 
void set_base_dir (const char *dir)
 
void set_context (SmartPtr< DebugWriterContext > context)
 

Private Member Functions

 IDebugWriter ()=delete
 Constructor hidden / deactivated. More...
 

Detailed Description

Note
default specialization is IDebugWriterCPU1
See also
ug::IDebugWriter

Constructor & Destructor Documentation

◆ IDebugWriter()

IDebugWriter ( )
privatedelete

Constructor hidden / deactivated.

Member Function Documentation

◆ enter_section()

void enter_section ( const char *  dirName)
inlineinherited
Parameters
[in]dirName

References IVectorDebugWriter< TVector >::enter_section().

◆ get_context()

SmartPtr<DebugWriterContext> get_context ( )
inlineinherited
Returns
Gets the debugger writer context

References IVectorDebugWriter< TVector >::get_context().

◆ leave_section()

void leave_section ( )
inlineinherited

◆ set_base_dir()

void set_base_dir ( const char *  dir)
inlineinherited
Parameters
[in]dir

References IVectorDebugWriter< TVector >::set_base_dir().

◆ set_context()

void set_context ( SmartPtr< DebugWriterContext context)
inlineinherited
Parameters
[in]context

References IVectorDebugWriter< TVector >::set_context().