MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getIndex

Method getIndex

src/App/StringIDPyImp.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83Py::Long StringIDPy::getIndex() const
84{
85 return Py::Long(this->_index);
86}
87
88void StringIDPy::setIndex(Py::Long index)
89{

Callers 15

MappedNameFunction · 0.45
saveMethod · 0.45
eraseMethod · 0.45
findMethod · 0.45
findAllMethod · 0.45
findMappedRefMethod · 0.45
ElementMap.cppFile · 0.45
addChildElementsMethod · 0.45
getAllMethod · 0.45
getIDMethod · 0.45
lookupAttributeFunction · 0.45
isAttributeDefinedFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected