Sha256: bcce5952e80a39411fcd08118869660709318b0204788fa9ee9c10c0a141691c

Contents?: true

Size: 530 Bytes

Versions: 38

Compression:

Stored size: 530 Bytes

Contents

#ifndef Rice__detail__default_allocation_func__hpp_
#define Rice__detail__default_allocation_func__hpp_

namespace Rice
{

namespace detail
{

//! A default implementation of an allocate_func.  This function does no
//! actual allocation; the initialize_func can later do the real
//! allocation with: DATA_PTR(self) = new Type(arg1, arg2, ...)
template<typename T>
VALUE default_allocation_func(VALUE klass);

} // detail

} // Rice

#include "default_allocation_func.ipp"

#endif // Rice__detail__default_allocation_func__hpp_

Version data entries

38 entries across 38 versions & 6 rubygems

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