Home
last modified time | relevance | path

Searched refs:SwigClassKey (Results 1 – 1 of 1) sorted by relevance

/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx2115 swig_class SwigClassKey; variable
4629 SwigClassKey.klass = rb_define_class_under(mMarisa, "Key", rb_cObject);
4630 SWIG_TypeClientData(SWIGTYPE_p_marisa_swig__Key, (void *) &SwigClassKey);
4631 rb_undef_alloc_func(SwigClassKey.klass);
4632 rb_define_method(SwigClassKey.klass, "str", VALUEFUNC(_wrap_Key_str), -1);
4633 rb_define_method(SwigClassKey.klass, "id", VALUEFUNC(_wrap_Key_id), -1);
4634 rb_define_method(SwigClassKey.klass, "weight", VALUEFUNC(_wrap_Key_weight), -1);
4635 SwigClassKey.mark = 0;
4636 SwigClassKey.destroy = (void (*)(void *)) free_marisa_swig_Key;
4637 SwigClassKey.trackObjects = 0;