All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TfPyTraceInfo Struct Reference

Structure passed to python trace functions. More...

Public Attributes

PyObject * arg
 
char const * funcName
 
char const * fileName
 
int funcLine
 
int what
 

Detailed Description

Structure passed to python trace functions.

See the Python C API documentation reference for the meaning of what and arg.

Definition at line 41 of file pyTracing.h.

Member Data Documentation

PyObject* arg

Definition at line 42 of file pyTracing.h.

char const* fileName

Definition at line 44 of file pyTracing.h.

int funcLine

Definition at line 45 of file pyTracing.h.

char const* funcName

Definition at line 43 of file pyTracing.h.

int what

Definition at line 46 of file pyTracing.h.


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