|
ETISS 0.11.2
ExtendableTranslatingInstructionSetSimulator(version0.11.2)
|
Functions | |
| template<typename T > | |
| std::enable_if<!std::is_base_of< etiss::RefCountedObject< ObjectPool< T > >, T >::value, void >::type | ObjectPool_setAllocatorPointer (T *obj, ObjectPool< T > *this_) |
| empty fallback function | |
| template<typename T > | |
| std::enable_if< std::is_base_of< etiss::RefCountedObject< ObjectPool< T > >, T >::value, void >::type | ObjectPool_setAllocatorPointer (T *obj, ObjectPool< T > *this_) |
| std::enable_if<!std::is_base_of< etiss::RefCountedObject< ObjectPool< T > >, T >::value, void >::type etiss::internal::ObjectPool_setAllocatorPointer | ( | T * | obj, |
| ObjectPool< T > * | this_ | ||
| ) |
empty fallback function
Definition at line 38 of file ObjectPool.h.
| std::enable_if< std::is_base_of< etiss::RefCountedObject< ObjectPool< T > >, T >::value, void >::type etiss::internal::ObjectPool_setAllocatorPointer | ( | T * | obj, |
| ObjectPool< T > * | this_ | ||
| ) |
Definition at line 43 of file ObjectPool.h.