|
wxMaxima
|
Data Fields | |
| CellPtr< Cell > | cell |
| The first in the torn-out list of cells, or null if the tearing out had failed. | |
| std::unique_ptr< Cell > | cellOwner |
| The owner of the torn-out cell list, or null if the cell had no predecessor in the list. | |
| std::unique_ptr< Cell > | tailOwner |
| The owner of the tail beyond the last cell, or null if the cell did have a predecessor in the list. | |