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