|
KiCad PCB EDA Suite
|
#include <rtree_node.h>
Public Member Functions | |
| PAGE () | |
Public Attributes | |
| NODE | nodes [NODES_PER_PAGE] |
| std::bitset< NODES_PER_PAGE > | used |
Definition at line 556 of file rtree_node.h.
|
inline |
Definition at line 561 of file rtree_node.h.
References used.
| NODE KIRTREE::SLAB_ALLOCATOR< NODE >::PAGE::nodes[NODES_PER_PAGE] |
Definition at line 558 of file rtree_node.h.
Referenced by KIRTREE::SLAB_ALLOCATOR< NODE >::Allocate().
| std::bitset<NODES_PER_PAGE> KIRTREE::SLAB_ALLOCATOR< NODE >::PAGE::used |
Definition at line 559 of file rtree_node.h.
Referenced by KIRTREE::SLAB_ALLOCATOR< NODE >::Allocate(), KIRTREE::SLAB_ALLOCATOR< NODE >::markUnused(), KIRTREE::SLAB_ALLOCATOR< NODE >::markUsed(), and PAGE().