1 #ifndef Rice__Director__hpp_
2 #define Rice__Director__hpp_
Definition: Director.hpp:14
Director(Object self)
Construct new Director. Needs the Ruby object so that the.
void raisePureVirtual() const
Raise a ruby exception when a call comes through for a pure virtual method.
Object getSelf() const
Get the Ruby object linked to this C++ instance.
Definition: Director.hpp:29
The base class for all Objects.
Definition: Object_defn.hpp:25