#include "typelib.hh"
#include <typelib/typevisitor.hh>
#include <typelib/pluginmanager.hh>
#include <typelib/importer.hh>
#include <typelib/utilmm/configset.hh>
Go to the source code of this file.
Functions | |
void | Init_typelib_ruby () |
static VALUE | kernel_is_immediate (VALUE klass, VALUE object) |
static VALUE | kernel_is_numeric (VALUE klass, VALUE object) |
static VALUE | typelib_is_big_endian (VALUE mod) |
Variables | |
static VALUE | mTypelib = Qnil |
void Init_typelib_ruby | ( | ) |
Definition at line 44 of file typelib_ruby.cc.
static VALUE kernel_is_immediate | ( | VALUE | klass, |
VALUE | object | ||
) | [static] |
Definition at line 21 of file typelib_ruby.cc.
static VALUE kernel_is_numeric | ( | VALUE | klass, |
VALUE | object | ||
) | [static] |
Definition at line 28 of file typelib_ruby.cc.
static VALUE typelib_is_big_endian | ( | VALUE | mod | ) | [static] |
Definition at line 35 of file typelib_ruby.cc.
VALUE mTypelib = Qnil [static] |
Definition at line 13 of file typelib_ruby.cc.