|
std::unique_ptr< Cell > | m_head |
|
Cell * | m_tail = {} |
|
Cell * | m_lastAppended = {} |
|
◆ base_DynamicAppend()
Cell * CellListBuilderBase::base_DynamicAppend |
( |
std::unique_ptr< Cell > && |
cells, |
|
|
Cell *(*)(Cell *) |
caster |
|
) |
| |
|
protected |
Appends one or more cells if they are of the correct type, otherwise deletes them
- Returns
- the appended cells, or null if they weren't appended.
The documentation for this class was generated from the following files:
- /home/dauti/Software/Crosscompiled-Windows-installer/build/wxmaxima-Version-22.03.0/src/cells/CellList.h
- /home/dauti/Software/Crosscompiled-Windows-installer/build/wxmaxima-Version-22.03.0/src/cells/CellList.cpp