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