3ds Max C++ API Reference
|
This is the complete list of members for PtrVec< T >, including all inherited members.
aligned_free(void *ptr) | MaxHeapOperators | static |
aligned_malloc(size_t size, size_t alignment) | MaxHeapOperators | static |
aligned_realloc(void *ptr, size_t size, size_t alignment) | MaxHeapOperators | static |
append(T *ptr, int extra=10) | PtrVec< T > | inline |
PtrVector::append(void *ptr, int extra) | PtrVector | protected |
capacity() const | PtrVector | inline |
clear() | PtrVector | |
data | PtrVector | protected |
deleteAll() | PtrVec< T > | |
insertAt(T *ptr, int at, int extra=10) | PtrVec< T > | inline |
PtrVector::insertAt(void *ptr, int at, int extra) | PtrVector | protected |
length() const | PtrVector | inline |
nused | PtrVector | protected |
operator delete(void *ptr) | MaxHeapOperators | static |
operator delete(void *ptr, const std::nothrow_t &e) | MaxHeapOperators | static |
operator delete(void *ptr, const char *filename, int line) | MaxHeapOperators | static |
operator delete(void *ptr, int block_type, const char *filename, int line) | MaxHeapOperators | static |
operator delete(void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
operator delete(void *ptr, unsigned long flags) | MaxHeapOperators | static |
operator delete(void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
operator delete(void *ptr, void *placement_ptr) | MaxHeapOperators | static |
operator delete[](void *ptr) | MaxHeapOperators | static |
operator delete[](void *ptr, const std::nothrow_t &e) | MaxHeapOperators | static |
operator delete[](void *ptr, const char *filename, int line) | MaxHeapOperators | static |
operator delete[](void *ptr, int block_type, const char *filename, int line) | MaxHeapOperators | static |
operator delete[](void *ptr, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
operator delete[](void *ptr, unsigned long flags) | MaxHeapOperators | static |
operator delete[](void *ptr, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
operator new(size_t size) | MaxHeapOperators | static |
operator new(size_t size, const std::nothrow_t &e) | MaxHeapOperators | static |
operator new(size_t size, const char *filename, int line) | MaxHeapOperators | static |
operator new(size_t size, int block_type, const char *filename, int line) | MaxHeapOperators | static |
operator new(size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
operator new(size_t size, unsigned long flags) | MaxHeapOperators | static |
operator new(size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
operator new(size_t size, void *placement_ptr) | MaxHeapOperators | static |
operator new[](size_t size) | MaxHeapOperators | static |
operator new[](size_t size, const std::nothrow_t &e) | MaxHeapOperators | static |
operator new[](size_t size, const char *filename, int line) | MaxHeapOperators | static |
operator new[](size_t size, int block_type, const char *filename, int line) | MaxHeapOperators | static |
operator new[](size_t size, const std::nothrow_t &e, const char *filename, int line) | MaxHeapOperators | static |
operator new[](size_t size, unsigned long flags) | MaxHeapOperators | static |
operator new[](size_t size, const std::nothrow_t &e, unsigned long flags) | MaxHeapOperators | static |
operator=(const PtrVec< T > &v) | PtrVec< T > | inline |
PtrVector::operator=(const PtrVector &v) | PtrVector | protected |
operator[](int i) const | PtrVec< T > | inline |
operator[](int i) | PtrVec< T > | inline |
PtrVec() | PtrVec< T > | inline |
PtrVector() | PtrVector | inlineprotected |
PtrVector(const PtrVector &v) | PtrVector | protected |
remove(int i) | PtrVec< T > | inline |
removeLast() | PtrVec< T > | inline |
reshape(int i) | PtrVector | |
setLength(int i) | PtrVector | |
shrink() | PtrVector | inline |
size | PtrVector | protected |
~PtrVector() | PtrVector | protected |