cmLinkedTree: Add Clear API.
This commit is contained in:
parent
348354333a
commit
65a5e0c671
|
@ -155,6 +155,12 @@ public:
|
|||
return iterator(this, 1);
|
||||
}
|
||||
|
||||
void Clear()
|
||||
{
|
||||
this->UpPositions.clear();
|
||||
this->Data.clear();
|
||||
}
|
||||
|
||||
private:
|
||||
T& GetReference(PositionType pos)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue