Sha256: 905414454ed15e1fb5180df8c8b846c7ed868262557190443760fbf0d26341b1

Contents?: true

Size: 321 Bytes

Versions: 6

Compression:

Stored size: 321 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

6 entries across 6 versions & 2 rubygems

Version Path
jameskilton-rice-1.2.0 rice/ruby_mark.hpp
rice-1.3.2 rice/ruby_mark.hpp
rice-1.3.1 rice/ruby_mark.hpp
rice-1.3.0 rice/ruby_mark.hpp
rice-1.2.0 rice/ruby_mark.hpp
rice-1.1.0 rice/ruby_mark.hpp