wxMaxima
Loading...
Searching...
No Matches
Data Structures
CellList.h File Reference

Declares the cell list management functionality. More...

#include "CellPtr.h"
#include <memory>
#include <utility>
Include dependency graph for CellList.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  CellListBuilderBase
 
class  CellListBuilder< T >
 Manages building a list of cells, keeping the head and tail of the list. More...
 
class  CellList
 
struct  CellList::SplicedIn
 
struct  CellList::TornOut
 

Detailed Description

Declares the cell list management functionality.

The eventual plan is to have a list of cells be a dedicated lightweight class working together with an arena allocator.