mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-15 02:49:42 -05:00
cmLinkedTree: Add Clear API.
This commit is contained in:
@@ -155,6 +155,12 @@ public:
|
||||
return iterator(this, 1);
|
||||
}
|
||||
|
||||
void Clear()
|
||||
{
|
||||
this->UpPositions.clear();
|
||||
this->Data.clear();
|
||||
}
|
||||
|
||||
private:
|
||||
T& GetReference(PositionType pos)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user