MCPcopy Create free account
hub / github.com/Profactor/cv-plot / TrackerBase

Method TrackerBase

CvPlot/ext/catch2/inc/catch.hpp:14108–14112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14106 }
14107
14108 TrackerBase::TrackerBase( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITracker* parent )
14109 : m_nameAndLocation( nameAndLocation ),
14110 m_ctx( ctx ),
14111 m_parent( parent )
14112 {}
14113
14114 NameAndLocation const& TrackerBase::nameAndLocation() const {
14115 return m_nameAndLocation;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected