![]() |
wxMaxima
|
This is the complete list of members for CellListBuilder< T >, including all inherited members.
Append(T *cells) | CellListBuilder< T > | inline |
Append(std::unique_ptr< T > &&cells) | CellListBuilder< T > | inline |
ClearLastAppended() | CellListBuilder< T > | inline |
DynamicAppend(Cell *cells) | CellListBuilder< T > | inline |
DynamicAppend(std::unique_ptr< Cell > &&cells) | CellListBuilder< T > | inline |
GetLastAppended() const | CellListBuilder< T > | inline |
GetTail() const | CellListBuilder< T > | inline |
operator bool() const | CellListBuilder< T > | inlineexplicit |
operator std::unique_ptr< T >() && | CellListBuilder< T > | inline |
ReleaseHead() | CellListBuilder< T > | inline |
TakeHead() | CellListBuilder< T > | inline |