xtd 0.2.0
Loading...
Searching...
No Matches
xtd::native::stack_trace Class Referencefinal

Definition

Contains stack_trace native API.

Namespace
xtd::native
Library
xtd.core.native
Warning
Internal use only

Protected Aliases

using frame = std::tuple< std::string, size_t, size_t, std::string, size_t >
 Represents a frame object that contains file name,line, column, method name and offset.
 
using frames = std::vector< frame >
 Represents a frame collection.
 

Protected Static Methods

static frames get_frames (size_t skip_frames)
 Play system sound.
 

Member Typedef Documentation

◆ frame

using xtd::native::stack_trace::frame = std::tuple<std::string, size_t, size_t, std::string, size_t>
protected

Represents a frame object that contains file name,line, column, method name and offset.

◆ frames

using xtd::native::stack_trace::frames = std::vector<frame>
protected

Represents a frame collection.

Member Function Documentation

◆ get_frames()

static frames xtd::native::stack_trace::get_frames ( size_t  skip_frames)
staticprotected

Play system sound.

Parameters
soundThe sound to play (see souund.h).
Warning
Internal use only

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