MCPcopy Create free account
hub / github.com/Autodesk/AutomaticComponentToolkit / IncRefCountMethod

Function IncRefCountMethod

Source/componentdefinition.go:1188–1194  ·  view source on GitHub ↗

IncRefCountMethod returns the xml definition of the IncRefCount-method

()

Source from the content-addressed store, hash-verified

1186
1187// IncRefCountMethod returns the xml definition of the IncRefCount-method
1188func IncRefCountMethod() (ComponentDefinitionMethod) {
1189 var method ComponentDefinitionMethod
1190 source := `<method name="IncRefCount" description = "Increases the reference count of a class instance">
1191 </method>`
1192 xml.Unmarshal([]byte(source), &method)
1193 return method
1194}
1195
1196// DecRefCountMethod returns the xml definition of the DecRefCount-method
1197func DecRefCountMethod() (ComponentDefinitionMethod) {

Callers 5

writeSharedPtrTemplateFunction · 0.85
writeCPPClassInterfaceFunction · 0.85
buildCPPStubClassFunction · 0.85
buildPascalStubFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected