3ds Max C++ API Reference
|
This is the complete list of members for TempStore, 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 |
Clear(const void *key) | TempStore | |
ClearAll() | TempStore | |
GetBytes(size_t num_bytes, void *data, const void *key) const | TempStore | |
GetFloat(float *f, const void *key) const | TempStore | |
GetInt(int *i, const void *key) const | TempStore | |
GetPoint3(Point3 *f, const void *key) const | TempStore | |
GetPoint4(Point4 *f, const void *key) const | TempStore | |
GetQuat(Quat *f, const void *key) const | TempStore | |
GetScaleValue(ScaleValue *f, const void *key) const | TempStore | |
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 TempStore &)=delete | TempStore | |
operator=(TempStore &&)=delete | TempStore | |
PutBytes(size_t num_bytes, const void *data, const void *key) | TempStore | |
PutFloat(float f, const void *key) | TempStore | |
PutInt(int i, const void *key) | TempStore | |
PutPoint3(Point3 f, const void *key) | TempStore | |
PutPoint4(Point4 f, const void *key) | TempStore | |
PutQuat(Quat f, const void *key) | TempStore | |
PutScaleValue(ScaleValue f, const void *key) | TempStore | |
TempStore() | TempStore | |
TempStore(const TempStore &)=delete | TempStore | |
TempStore(TempStore &&)=delete | TempStore | |
~TempStore() | TempStore |