Rhino C++ API
8.13
|
This is the complete list of members for ON_SimpleFixedSizePool< T >, including all inherited members.
ActiveElementCount() const | ON_SimpleFixedSizePool< T > | |
AllocateElement() | ON_SimpleFixedSizePool< T > | |
Create(size_t element_count_estimate, size_t block_element_count) | ON_SimpleFixedSizePool< T > | |
ON_FixedSizePool::Create(size_t sizeof_element) | ON_FixedSizePool | private |
ON_FixedSizePool::Create(size_t sizeof_element, size_t element_count_estimate, size_t block_element_capacity) | ON_FixedSizePool | private |
Destroy() | ON_SimpleFixedSizePool< T > | |
Element(size_t element_index) const | ON_SimpleFixedSizePool< T > | |
ElementIndex(T *) const | ON_SimpleFixedSizePool< T > | |
ON_FixedSizePool::ElementIndex(const void *element_pointer) const | ON_FixedSizePool | private |
ON_SimpleFixedSizePool() | ON_SimpleFixedSizePool< T > | |
ReturnAll() | ON_SimpleFixedSizePool< T > | |
ReturnElement(T *p) | ON_SimpleFixedSizePool< T > | |
ON_FixedSizePool::ReturnElement(void *p) | ON_FixedSizePool | private |
SizeofElement() const | ON_SimpleFixedSizePool< T > | |
TotalElementCount() const | ON_SimpleFixedSizePool< T > | |
~ON_SimpleFixedSizePool() | ON_SimpleFixedSizePool< T > |