|
T * | m_next = nullptr |
|
T * | m_prev = nullptr |
|
Destructor. Be careful, destroys the whole linked list!
Returns the next variable in the linked list.
- Returns
- Next element in the list, or nullptr if this was the last element
Returns the previous variable in the linked list.
- Returns
- Previous element in the list, or nullptr if this was the last element
Appends a new element at the end of the linked list.
- Parameters
-
The documentation for this class was generated from the following file:
- /build/colobot-4LMcse/colobot-0.1.8/src/CBot/CBotUtils.h