MCPcopy Create free account
hub / github.com/AcademySoftwareFoundation/OpenColorIO / erase

Method erase

src/OpenColorIO/Op.cpp:251–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251OpRcPtrVec::iterator OpRcPtrVec::erase(OpRcPtrVec::const_iterator position)
252{
253 return m_ops.erase(position);
254}
255
256OpRcPtrVec::iterator OpRcPtrVec::erase(OpRcPtrVec::const_iterator first,
257 OpRcPtrVec::const_iterator last)

Callers 15

LeftTrimFunction · 0.80
RightTrimFunction · 0.80
RemoveFunction · 0.80
extractGpuShaderInfoMethod · 0.80
removeMethod · 0.80
setMethod · 0.80
moveRuleMethod · 0.80
removeRuleMethod · 0.80
removeRuleMethod · 0.80
setStringVarMethod · 0.80
RemoveNoOpTypesFunction · 0.80

Calls

no outgoing calls

Tested by 3

OCIO_ADD_TESTFunction · 0.64
findAndRemoveMethod · 0.64
findAllAndRemoveMethod · 0.64