wxMaxima
Public Attributes | List of all members
CellList::TornOut Struct Reference
Collaboration diagram for CellList::TornOut:
Collaboration graph
[legend]

Public Attributes

CellPtr< Cellcell
 The first in the torn-out list of cells, or null if the tearing out had failed.
 
std::unique_ptr< CellcellOwner
 
std::unique_ptr< CelltailOwner
 

Member Data Documentation

◆ cellOwner

std::unique_ptr<Cell> CellList::TornOut::cellOwner

The owner of the torn-out cell list, or null if the cell had no predecessor in the list.

◆ tailOwner

std::unique_ptr<Cell> CellList::TornOut::tailOwner

The owner of the tail beyond the last cell, or null if the cell did have a predecessor in the list.


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