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

Method Object

opt_utils/src/json.cpp:478–480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

476
477
478 Object::Object() : Node()
479 {
480 }
481 Object::Object(const Object &other) : Node()
482 {
483 for (ChildList::const_iterator it = other.children.begin(); it != other.children.end(); ++it)

Callers

nothing calls this directly

Calls 3

GetCopyMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected