Home
last modified time | relevance | path

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

/external/marisa-trie/bindings/ruby/
Dmarisa-swig_wrap.cxx2225 swig_class SwigClassQuery; variable
4639 SwigClassQuery.klass = rb_define_class_under(mMarisa, "Query", rb_cObject);
4640 SWIG_TypeClientData(SWIGTYPE_p_marisa_swig__Query, (void *) &SwigClassQuery);
4641 rb_undef_alloc_func(SwigClassQuery.klass);
4642 rb_define_method(SwigClassQuery.klass, "str", VALUEFUNC(_wrap_Query_str), -1);
4643 rb_define_method(SwigClassQuery.klass, "id", VALUEFUNC(_wrap_Query_id), -1);
4644 SwigClassQuery.mark = 0;
4645 SwigClassQuery.destroy = (void (*)(void *)) free_marisa_swig_Query;
4646 SwigClassQuery.trackObjects = 0;