#include <opennurbs_fsp.h>
Public Member Functions | |
void * | FirstBlock (size_t *block_element_count) |
void * | FirstElement () |
void * | FirstElement (size_t element_index) |
void * | NextBlock (size_t *block_element_count) |
void * | NextElement () |
ON_FixedSizePoolIterator (const class ON_FixedSizePool &fsp) | |
Public Attributes | |
class ON_FixedSizePool & | m_fsp |
Private Member Functions | |
ON_FixedSizePoolIterator & | operator= (const ON_FixedSizePoolIterator &) |
Private Attributes | |
void * | m_it_block |
void * | m_it_element |
Definition at line 363 of file opennurbs_fsp.h.
ON_FixedSizePoolIterator::ON_FixedSizePoolIterator | ( | const class ON_FixedSizePool & | fsp | ) |
Definition at line 245 of file opennurbs_fsp.cpp.
void * ON_FixedSizePoolIterator::FirstBlock | ( | size_t * | block_element_count | ) |
Definition at line 446 of file opennurbs_fsp.cpp.
void * ON_FixedSizePoolIterator::FirstElement | ( | ) |
Definition at line 266 of file opennurbs_fsp.cpp.
void * ON_FixedSizePoolIterator::FirstElement | ( | size_t | element_index | ) |
Definition at line 371 of file opennurbs_fsp.cpp.
void * ON_FixedSizePoolIterator::NextBlock | ( | size_t * | block_element_count | ) |
Definition at line 496 of file opennurbs_fsp.cpp.
void * ON_FixedSizePoolIterator::NextElement | ( | ) |
Definition at line 308 of file opennurbs_fsp.cpp.
ON_FixedSizePoolIterator& ON_FixedSizePoolIterator::operator= | ( | const ON_FixedSizePoolIterator & | ) | [private] |
Definition at line 368 of file opennurbs_fsp.h.
void* ON_FixedSizePoolIterator::m_it_block [private] |
Definition at line 490 of file opennurbs_fsp.h.
void* ON_FixedSizePoolIterator::m_it_element [private] |
Definition at line 491 of file opennurbs_fsp.h.