MCPcopy Create free account
hub / github.com/OpenPTrack/open_ptrack_v2 / end

Method end

opt_utils/src/json.cpp:557–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555 return Object::const_iterator(NULL);
556 }
557 Object::iterator Object::end()
558 {
559 if (!children.empty())
560 return Object::iterator(&children.back()+1);
561 else
562 return Object::iterator(NULL);
563 }
564 Object::const_iterator Object::end() const
565 {
566 if (!children.empty())

Callers 15

medianFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
SkeletonDetectionMethod · 0.45
refineSkeletonJointsMethod · 0.45
select_rois_from_fileMethod · 0.45
select_rois_from_guiMethod · 0.45
computeMethod · 0.45

Calls 2

iteratorClass · 0.50
const_iteratorClass · 0.50

Tested by

no test coverage detected