Sha256: 9791acf1436037a8400a511229f0c460a8b76a1a31989295740a5c6cdd66a160

Contents?: true

Size: 184 Bytes

Versions: 36

Compression:

Stored size: 184 Bytes

Contents

#include "../Data_Object.hpp"

template<typename T>
VALUE Rice::detail::
default_allocation_func(VALUE klass)
{
  Data_Object<T> m(static_cast<T*>(0), klass);
  return m.value();
} 


Version data entries

36 entries across 36 versions & 6 rubygems

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