wxMaxima
|
Declares the cell list management functionality. More...
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 |
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.