MCPcopy Create free account
hub / github.com/cirquit/trdrop / TrackerBase

Method TrackerBase

ext/catch.hpp:6000–6005  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5998 CycleState m_runState;
5999 public:
6000 TrackerBase( NameAndLocation const& nameAndLocation, TrackerContext& ctx, ITracker* parent )
6001 : m_nameAndLocation( nameAndLocation ),
6002 m_ctx( ctx ),
6003 m_parent( parent ),
6004 m_runState( NotStarted )
6005 {}
6006 virtual ~TrackerBase();
6007
6008 virtual NameAndLocation const& nameAndLocation() const CATCH_OVERRIDE {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected