frepple::utils::FreppleClass< ME, BASE > Class Template Reference

A template class to expose classes to Python. More...

#include <pythonutils.h>

Inheritance diagram for frepple::utils::FreppleClass< ME, BASE >:

Static Public Member Functions

static int initialize ()
 
- Static Public Member Functions inherited from frepple::utils::PythonExtension< FreppleClass< ME, BASE > >
static void deallocator (PyObject *o)
 
static PythonTypegetType ()
 

Additional Inherited Members

- Public Member Functions inherited from frepple::utils::PythonExtension< FreppleClass< ME, BASE > >
 PythonExtension ()
 
virtual ~PythonExtension ()
 
- Protected Member Functions inherited from frepple::utils::NonCopyable
 NonCopyable ()
 
 ~NonCopyable ()
 
- Static Protected Member Functions inherited from frepple::utils::PythonExtensionBase
static PythonTyperegisterPythonType (int, const type_info *)
 
- Static Protected Attributes inherited from frepple::utils::PythonExtensionBase
static vector< PythonType * > table
 

Detailed Description

template<class ME, class BASE>
class frepple::utils::FreppleClass< ME, BASE >

A template class to expose classes to Python.

Definition at line 60 of file pythonutils.h.

Member Function Documentation

template<class ME , class BASE >
static int frepple::utils::FreppleClass< ME, BASE >::initialize ( )
inlinestatic

Definition at line 63 of file pythonutils.h.


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