|
Rice
3.0.0
|
This is the complete list of members for Rice::Module_base, including all inherited members.
| add_handler(Functor_T functor) (defined in Rice::Module_base) | Rice::Module_base | protected |
| attr_get(Identifier name) const | Rice::Object | |
| call(Identifier id, ArgT... args) const | Rice::Object | |
| class_of() const | Rice::Object | |
| compare(Object const &other) const | Rice::Object | |
| convert_args(ArgT &... args) const | Rice::Object | protected |
| freeze() | Rice::Object | |
| handler() const (defined in Rice::Module_base) | Rice::Module_base | protected |
| inspect() const | Rice::Object | |
| instance_eval(String const &s) | Rice::Object | |
| is_a(Object klass) const | Rice::Object | |
| is_frozen() const | Rice::Object | |
| is_instance_of(Object klass) const | Rice::Object | |
| is_nil() const | Rice::Object | inline |
| iv_get(Identifier name) const | Rice::Object | |
| iv_set(Identifier name, T const &value) | Rice::Object | |
| mark() const | Rice::Object | |
| Module_base(VALUE v=rb_cObject) (defined in Rice::Module_base) | Rice::Module_base | |
| Module_base(Module_base const &other) (defined in Rice::Module_base) | Rice::Module_base | |
| Object(VALUE value=Qnil) | Rice::Object | inline |
| Object(Object const &other) | Rice::Object | inline |
| operator bool() const | Rice::Object | inline |
| operator VALUE() const | Rice::Object | inline |
| operator=(Module_base const &other) (defined in Rice::Module_base) | Rice::Module_base | |
| rb_type() const | Rice::Object | |
| respond_to(Identifier id) const | Rice::Object | |
| set_value(VALUE v) | Rice::Object | protected |
| swap(Module_base &other) (defined in Rice::Module_base) | Rice::Module_base | |
| Rice::Object::swap(Object &other) | Rice::Object | |
| test() const | Rice::Object | inline |
| to_s() const | Rice::Object | |
| value() const | Rice::Object | inline |
| vcall(Identifier id, Array args) | Rice::Object | |
| ~Object() | Rice::Object | inlinevirtual |