Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::ISymbolizerService Class Referenceabstract

Interface of a source code symbol retrieval service. More...

#include <arccore/base/ISymbolizerService.h>

Public Member Functions

virtual String stackTrace (ConstArrayView< StackFrame > frames)=0
 Information for the call stack frames.

Detailed Description

Interface of a source code symbol retrieval service.

This service allows retrieving certain information from the source code from a memory address. Among the recoverable information are the file name, the method name, and the line numbers.

Warning
UNSTABLE API

Definition at line 37 of file arccore/src/base/arccore/base/ISymbolizerService.h.

Constructor & Destructor Documentation

◆ ~ISymbolizerService()

virtual Arcane::ISymbolizerService::~ISymbolizerService ( )
inlinevirtual

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