RAVE
PyRaveObjectDebugging Struct Reference

Debugger struct to be used in rave python modules. More...

#include <pyrave_debug.h>

Public Attributes

long created
 counts how many times an object has been created
 
long destroyed
 counts how many times an object has been destroyed
 
const char * name
 the name for this object
 

Detailed Description

Debugger struct to be used in rave python modules.

Member Data Documentation

◆ created

long PyRaveObjectDebugging::created

counts how many times an object has been created

◆ destroyed

long PyRaveObjectDebugging::destroyed

counts how many times an object has been destroyed

◆ name

const char* PyRaveObjectDebugging::name

the name for this object


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