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

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