MCPcopy Index your code
hub / github.com/Kitware/CMake / begin

Method begin

Source/cmCMakePath.h:738–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736};
737
738inline cmCMakePath::iterator cmCMakePath::begin() const
739{
740 return iterator(this, this->Path.begin());
741}
742inline cmCMakePath::iterator cmCMakePath::end() const
743{
744 return iterator(this, this->Path.end());

Callers 15

testMethodIteratorsFunction · 0.45
testMethod_replaceFunction · 0.45
resultsMatchFunction · 0.45
testConstructorsFunction · 0.45
testAccessFunction · 0.45
testModifiersFunction · 0.45
testRemoveItemsFunction · 0.45
testStaticModifiersFunction · 0.45
testAppendFunction · 0.45
verifyResultFunction · 0.45
testFindPackageCommandFunction · 0.45
testConstructorsFunction · 0.45

Calls 1

iteratorClass · 0.70

Tested by 15

testMethodIteratorsFunction · 0.36
testMethod_replaceFunction · 0.36
resultsMatchFunction · 0.36
testConstructorsFunction · 0.36
testAccessFunction · 0.36
testModifiersFunction · 0.36
testRemoveItemsFunction · 0.36
testStaticModifiersFunction · 0.36
testAppendFunction · 0.36
verifyResultFunction · 0.36
testFindPackageCommandFunction · 0.36
testConstructorsFunction · 0.36