Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Public Attributes | List of all members
Pyston::Exception::Location Struct Reference

Traceback location. More...

#include <Exceptions.h>

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

Public Attributes

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

Detailed Description

Traceback location.

Definition at line 36 of file Exceptions.h.

Member Data Documentation

◆ filename

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

Definition at line 37 of file Exceptions.h.

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

◆ funcname

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

Definition at line 37 of file Exceptions.h.

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

◆ lineno

long Pyston::Exception::Location::lineno

Definition at line 38 of file Exceptions.h.

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


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