MCPcopy Create free account
hub / github.com/Kitware/CMake / Root

Method Root

Source/cmLinkedTree.h:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 };
130
131 iterator Root() const
132 {
133 return iterator(const_cast<cmLinkedTree*>(this), 0);
134 }
135
136 iterator Push(iterator it) { return this->Push_impl(it, T()); }
137

Callers 7

IsValidMethod · 0.80
GetCallStackParentMethod · 0.80
GetCallStackBottomMethod · 0.80
GetPolicyMethod · 0.80
ResetMethod · 0.80
CreateBaseSnapshotMethod · 0.80

Calls 1

iteratorClass · 0.70

Tested by

no test coverage detected