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

Method GetId

Source/CTest/cmProcess.h:73–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72 State GetProcessStatus();
73 int GetId() const { return this->Id; }
74 void SetId(int id) { this->Id = id; }
75 int64_t GetExitValue() const { return this->ExitValue; }
76 cmDuration GetTotalTime() { return this->TotalTime; }

Callers 15

testUniqueIdsFunction · 0.45
testConstructorsFunction · 0.45
testSortTheResultFunction · 0.45
testCreateFromPolicyMapFunction · 0.45
testCreateFromPairVectorFunction · 0.45
testCreateFromSetFunction · 0.45
testCreateFromTargetFunction · 0.45

Calls

no outgoing calls

Tested by 15

testUniqueIdsFunction · 0.36
testConstructorsFunction · 0.36
testSortTheResultFunction · 0.36
testCreateFromPolicyMapFunction · 0.36
testCreateFromPairVectorFunction · 0.36
testCreateFromSetFunction · 0.36
testCreateFromTargetFunction · 0.36