MIRA
Public Member Functions | List of all members
BaseReflectorWrapper Class Reference

#include <python/ReflectorWrapper.h>

Inheritance diagram for BaseReflectorWrapper:
Inheritance graph
[legend]

Public Member Functions

virtual ~BaseReflectorWrapper ()
 
virtual void member (const std::string &name, boost::python::object getterCallable, boost::python::object setterCallable)
 
virtual void property (const std::string &name, boost::python::object getterCallable, boost::python::object setterCallable)
 
virtual void interface (const std::string &name)
 
virtual void method (const std::string &name, boost::python::object callable)
 

Constructor & Destructor Documentation

◆ ~BaseReflectorWrapper()

virtual ~BaseReflectorWrapper ( )
inlinevirtual

Member Function Documentation

◆ member()

virtual void member ( const std::string &  name,
boost::python::object  getterCallable,
boost::python::object  setterCallable 
)
inlinevirtual

◆ property()

virtual void property ( const std::string &  name,
boost::python::object  getterCallable,
boost::python::object  setterCallable 
)
inlinevirtual

◆ interface()

virtual void interface ( const std::string &  name)
inlinevirtual

Reimplemented in ReflectorWrapper< Reflector >.

◆ method()

virtual void method ( const std::string &  name,
boost::python::object  callable 
)
inlinevirtual

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