Rice
3.0.0
|
This is the complete list of members for Rice::Data_Object< T >, including all inherited members.
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 |
Data_Object(T *obj, VALUE klass=Data_Type< T >::klass(), Ruby_Data_Func mark_func=Default_Mark_Function< T >::mark, Ruby_Data_Func free_func=Default_Free_Function< T >::free) | Rice::Data_Object< T > | |
Data_Object(Object value) | Rice::Data_Object< T > | |
Data_Object(Object value, Data_Type< U > const &klass=Data_Type< T >::klass()) | Rice::Data_Object< T > | |
Data_Object(Data_Object const &other) | Rice::Data_Object< T > | |
freeze() | Rice::Object | |
get() const | Rice::Data_Object< T > | inline |
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 | |
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*() const | Rice::Data_Object< T > | inline |
operator->() const | Rice::Data_Object< T > | inline |
rb_type() const | Rice::Object | |
respond_to(Identifier id) const | Rice::Object | |
Ruby_Data_Func typedef | Rice::Data_Object< T > | |
set_value(VALUE v) | Rice::Object | protected |
swap(Data_Object< U > &ref) | Rice::Data_Object< T > | |
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 |