wxMaxima
Classes
CellList.h File Reference
#include "CellPtr.h"
#include <memory>
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.

Classes

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.