Sha256: 037a2317c37512a31cfb72d431ee62eb36d27309471aa8924b457c9df060cdc6
Contents?: true
Size: 327 Bytes
Versions: 29
Compression:
Stored size: 327 Bytes
Contents
#ifndef ruby_mark__hpp #define ruby_mark__hpp //! Default function to call to mark a data object. /*! This function can be specialized for a particular type to override * the default behavior (which is to not mark any additional objects). */ template<typename T> void ruby_mark(T * /* obj */) { } #endif // ruby_mark__hpp
Version data entries
29 entries across 29 versions & 5 rubygems