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

Method GetObject

Source/cmXCodeObject.h:84–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83 void SetObject(cmXCodeObject* value) { this->Object = value; }
84 cmXCodeObject* GetObject() { return this->Object; }
85 void AddObject(cmXCodeObject* value) { this->List.push_back(value); }
86 size_t GetObjectCount() { return this->List.size(); }
87 void InsertObject(size_t position, cmXCodeObject* value)

Callers 7

CreateXCodeTargetMethod · 0.80
CreateCustomCommandsMethod · 0.80
CreateXCodeObjectsMethod · 0.80
GetRunningInstancesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected