Contains stack_trace native API.
- Namespace
- xtd::native
- Library
- xtd.core.native
- Warning
- Internal use only
|
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.
|
|
◆ frame
Represents a frame object that contains file name,line, column, method name and offset.
◆ frames
Represents a frame collection.
◆ get_frames()
static frames xtd::native::stack_trace::get_frames |
( |
size_t |
skip_frames | ) |
|
|
staticprotected |
Play system sound.
- Parameters
-
sound | The sound to play (see souund.h). |
- Warning
- Internal use only
The documentation for this class was generated from the following file: