Sha256: 72aabb675a419c5dc4ada816cb07edb15e9124990795c4afa99f958d0a5fcef1

Contents?: true

Size: 246 Bytes

Versions: 32

Compression:

Stored size: 246 Bytes

Contents

#include "Foo.hpp"

#include "rice/Data_Type.hpp"
#include "rice/Constructor.hpp"

using namespace Rice;

extern "C"
void Init_t1()
{
  define_class<Foo>("Foo")
    .define_constructor(Constructor<Foo>())
    .define_method("foo", &Foo::foo);
}

Version data entries

32 entries across 32 versions & 5 rubygems

Version Path
rice-3.0.0 test/ext/t1/t1.cpp
rice2-2.2.1 test/ext/t1/t1.cpp
rice2-2.2.0 test/ext/t1/t1.cpp
rice-2.2.0 test/ext/t1/t1.cpp
rice-2.1.3 test/ext/t1/t1.cpp
rice-2.1.2 test/ext/t1/t1.cpp
rice-2.1.1 test/ext/t1/t1.cpp
rice-2.1.0 test/ext/t1/t1.cpp
rice-2.0.0 test/ext/t1/t1.cpp
rice-1.7.0 test/ext/t1/t1.cpp
rice-1.6.3 test/ext/t1/t1.cpp
rice-1.6.2 test/ext/t1/t1.cpp
rice-1.6.1 test/ext/t1/t1.cpp
rice-1.6.0 test/ext/t1/t1.cpp
rice-1.6.0.pre test/ext/t1/t1.cpp
rice-1.5.3 test/ext/t1/t1.cpp
rice-1.5.2 test/ext/t1/t1.cpp
keyme-rice-1.5.1.keyme1 test/ext/t1/t1.cpp
keyme-rice-1.5.1.keyme test/ext/t1/t1.cpp
rice-1.5.1 test/ext/t1/t1.cpp