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

Method insert

src/OpenColorIO/Op.cpp:262–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262void OpRcPtrVec::insert(OpRcPtrVec::const_iterator position,
263 OpRcPtrVec::const_iterator first,
264 OpRcPtrVec::const_iterator last)
265{
266 m_ops.insert(position, first, last);
267}
268
269void OpRcPtrVec::push_back(const OpRcPtrVec::value_type & val)
270{

Callers 15

moveRowsMethod · 0.80
Op.cppFile · 0.80
LoadEnvironmentFunction · 0.80
CheckDuplicatesFunction · 0.80
moveRuleMethod · 0.80
insertRuleMethod · 0.80
insertRuleMethod · 0.80
addFileMethod · 0.80
ReplaceOpsFunction · 0.80

Calls

no outgoing calls

Tested by 4

setUpClassMethod · 0.64
OCIO_ADD_TESTFunction · 0.64
OCIO_ADD_TESTFunction · 0.64
OCIO_ADD_TESTFunction · 0.64