KiCad PCB EDA Suite
Loading...
Searching...
No Matches
KIRTREE::SLAB_ALLOCATOR< NODE >::PAGE Struct Reference

#include <rtree_node.h>

Public Member Functions

 PAGE ()
 

Public Attributes

NODE nodes [NODES_PER_PAGE]
 
std::bitset< NODES_PER_PAGEused
 

Detailed Description

template<class NODE>
struct KIRTREE::SLAB_ALLOCATOR< NODE >::PAGE

Definition at line 556 of file rtree_node.h.

Constructor & Destructor Documentation

◆ PAGE()

template<class NODE>
KIRTREE::SLAB_ALLOCATOR< NODE >::PAGE::PAGE ( )
inline

Definition at line 561 of file rtree_node.h.

References used.

Member Data Documentation

◆ nodes

template<class NODE>
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().

◆ used


The documentation for this struct was generated from the following file: