physx::shdfnd::InlineAllocator< N, BaseAllocator > Class Template Reference
#include <PsInlineAllocator.h>
Public Member Functions | |
InlineAllocator (const PxEMPTY v) | |
InlineAllocator (const BaseAllocator &alloc=BaseAllocator()) | |
InlineAllocator (const InlineAllocator &aloc) | |
void * | allocate (uint32_t size, const char *filename, int line) |
void | deallocate (void *ptr) |
PX_FORCE_INLINE uint8_t * | getInlineBuffer () |
PX_FORCE_INLINE bool | isBufferUsed () const |
Protected Attributes | |
uint8_t | mBuffer [N] |
bool | mBufferUsed |
template<uint32_t N, typename BaseAllocator>
class physx::shdfnd::InlineAllocator< N, BaseAllocator >
Constructor & Destructor Documentation
template<uint32_t N, typename BaseAllocator>
physx::shdfnd::InlineAllocator< N, BaseAllocator >::InlineAllocator | ( | const PxEMPTY | v | ) | [inline] |
template<uint32_t N, typename BaseAllocator>
physx::shdfnd::InlineAllocator< N, BaseAllocator >::InlineAllocator | ( | const BaseAllocator & | alloc = BaseAllocator() |
) | [inline] |
template<uint32_t N, typename BaseAllocator>
physx::shdfnd::InlineAllocator< N, BaseAllocator >::InlineAllocator | ( | const InlineAllocator< N, BaseAllocator > & | aloc | ) | [inline] |
Member Function Documentation
template<uint32_t N, typename BaseAllocator>
void* physx::shdfnd::InlineAllocator< N, BaseAllocator >::allocate | ( | uint32_t | size, | |
const char * | filename, | |||
int | line | |||
) | [inline] |
template<uint32_t N, typename BaseAllocator>
void physx::shdfnd::InlineAllocator< N, BaseAllocator >::deallocate | ( | void * | ptr | ) | [inline] |
template<uint32_t N, typename BaseAllocator>
PX_FORCE_INLINE uint8_t* physx::shdfnd::InlineAllocator< N, BaseAllocator >::getInlineBuffer | ( | ) | [inline] |
template<uint32_t N, typename BaseAllocator>
PX_FORCE_INLINE bool physx::shdfnd::InlineAllocator< N, BaseAllocator >::isBufferUsed | ( | ) | const [inline] |
Member Data Documentation
template<uint32_t N, typename BaseAllocator>
uint8_t physx::shdfnd::InlineAllocator< N, BaseAllocator >::mBuffer[N] [protected] |
template<uint32_t N, typename BaseAllocator>
bool physx::shdfnd::InlineAllocator< N, BaseAllocator >::mBufferUsed [protected] |
The documentation for this class was generated from the following file:
- E:/p4/sw/physx/PxShared/1.0/trunk/src/foundation/include/PsInlineAllocator.h
Generated on Tue Jul 28 14:21:58 2015 for NVIDIA(R) PsFoundation Reference by
