mlpack  master
Public Attributes | List of all members
mlpack::Backtrace::Frames Struct Reference

Backtrace datastructure. More...

Public Attributes

void * address
 
const char * file
 
const char * function
 
unsigned line
 

Detailed Description

Backtrace datastructure.

Definition at line 82 of file backtrace.hpp.

Member Data Documentation

void* mlpack::Backtrace::Frames::address

Definition at line 84 of file backtrace.hpp.

const char* mlpack::Backtrace::Frames::file

Definition at line 86 of file backtrace.hpp.

const char* mlpack::Backtrace::Frames::function

Definition at line 85 of file backtrace.hpp.

unsigned mlpack::Backtrace::Frames::line

Definition at line 87 of file backtrace.hpp.


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