Safir SDK Core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Safir::Application::ScopedCrashReporter Class Reference

RAII class to call StartCrashReporter and StopCrashReporter automatically. More...

#include <CrashReporter.h>

Public Member Functions

 ScopedCrashReporter ()
 
 ~ScopedCrashReporter ()
 

Detailed Description

RAII class to call StartCrashReporter and StopCrashReporter automatically.

Use this class at "program scope" in order to start the crash reporter functionality as early as possible in your program.

Constructor & Destructor Documentation

Safir::Application::ScopedCrashReporter::ScopedCrashReporter ( )

References Safir::Application::CrashReporter::Start().

Here is the call graph for this function:

Safir::Application::ScopedCrashReporter::~ScopedCrashReporter ( )

References Safir::Application::CrashReporter::Stop().

Here is the call graph for this function:


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