Public Member Functions | |
virtual void | affect () |
bool | swig_get_inner (const char *name) const |
void | swig_set_inner (const char *name, bool val) const |
SwigDirector_PersonControl (PyObject *self, Annchienta::Person *person) | |
virtual | ~SwigDirector_PersonControl () |
Private Attributes | |
std::map< std::string, bool > | inner |
SwigDirector_PersonControl::SwigDirector_PersonControl | ( | PyObject * | self, | |
Annchienta::Person * | person | |||
) |
virtual SwigDirector_PersonControl::~SwigDirector_PersonControl | ( | ) | [virtual] |
virtual void SwigDirector_PersonControl::affect | ( | ) | [virtual] |
Affect the Person to be controlled.
Implements Annchienta::PersonControl.
bool SwigDirector_PersonControl::swig_get_inner | ( | const char * | name | ) | const [inline] |
References inner.
void SwigDirector_PersonControl::swig_set_inner | ( | const char * | name, | |
bool | val | |||
) | const [inline] |
References inner.
std::map<std::string, bool> SwigDirector_PersonControl::inner [mutable, private] |
Referenced by swig_get_inner(), and swig_set_inner().