Sha256: e824a6131a3b68538b2988ad72fe9ab98a261caa9576ebc469fa57c3870aca51

Contents?: true

Size: 350 Bytes

Versions: 35

Compression:

Stored size: 350 Bytes

Contents

#ifndef Rice__detail__method_data__hpp
#define Rice__detail__method_data__hpp

#include "ruby.hpp"

namespace Rice
{

namespace detail
{

VALUE define_method_with_data(
    VALUE klass, ID id, VALUE (*cfunc)(ANYARGS), int arity, VALUE data);

VALUE method_data();

} // namespace detail

} // namespace Rice

#endif // Rice__detail__method_data__hpp

Version data entries

35 entries across 35 versions & 6 rubygems

Version Path
rice-3.0.0 rice/detail/method_data.hpp
rice2-2.2.1 rice/detail/method_data.hpp
rice2-2.2.0 rice/detail/method_data.hpp
rice-2.2.0 rice/detail/method_data.hpp
rice-2.1.3 rice/detail/method_data.hpp
rice-2.1.2 rice/detail/method_data.hpp
rice-2.1.1 rice/detail/method_data.hpp
rice-2.1.0 rice/detail/method_data.hpp
rice-2.0.0 rice/detail/method_data.hpp
rice-1.7.0 rice/detail/method_data.hpp
rice-1.6.3 rice/detail/method_data.hpp
jameskilton-rice-1.2.0 rice/detail/method_data.hpp
rice-1.6.2 rice/detail/method_data.hpp
rice-1.6.1 rice/detail/method_data.hpp
rice-1.6.0 rice/detail/method_data.hpp
rice-1.6.0.pre rice/detail/method_data.hpp
rice-1.5.3 rice/detail/method_data.hpp
rice-1.5.2 rice/detail/method_data.hpp
keyme-rice-1.5.1.keyme1 rice/detail/method_data.hpp
keyme-rice-1.5.1.keyme rice/detail/method_data.hpp