Alexandria  2.22.0
Please provide a description of the project.
Public Attributes | List of all members
Pyston::Exception::Location Struct Reference

Traceback location. More...

#include <Exceptions.h>

Collaboration diagram for Pyston::Exception::Location:
[legend]

Public Attributes

std::string filename
 
std::string funcname
 
long lineno
 

Detailed Description

Traceback location.

Definition at line 35 of file Exceptions.h.

Member Data Documentation

◆ filename

std::string Pyston::Exception::Location::filename

Definition at line 36 of file Exceptions.h.

Referenced by Pyston::Exception::Exception().

◆ funcname

std::string Pyston::Exception::Location::funcname

Definition at line 36 of file Exceptions.h.

Referenced by Pyston::Exception::Exception().

◆ lineno

long Pyston::Exception::Location::lineno

Definition at line 37 of file Exceptions.h.

Referenced by Pyston::Exception::Exception().


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