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

Method SetObject

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

Source from the content-addressed store, hash-verified

81 }
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(); }

Callers 3

serializeMethod · 0.80
objectMethod · 0.80
CreateObjectReferenceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected