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

Method GetHeaderSetsEntries

Source/cmTarget.cxx:1908–1911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1906}
1907
1908cmBTStringRange cmTarget::GetHeaderSetsEntries() const
1909{
1910 return cmMakeRange(this->impl->HeadersFileSets.SelfEntries.Entries);
1911}
1912
1913cmBTStringRange cmTarget::GetCxxModuleSetsEntries() const
1914{

Callers 4

CreateIfAnyMethod · 0.80
AddFileSetEntriesFunction · 0.80
IsInBuildSystemMethod · 0.80

Calls 1

cmMakeRangeFunction · 0.85

Tested by

no test coverage detected