MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / TrackerHasName

Class TrackerHasName

unittests/catch.hpp:4518–4523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4516 };
4517
4518 class TrackerHasName {
4519 NameAndLocation m_nameAndLocation;
4520 public:
4521 TrackerHasName( NameAndLocation const& nameAndLocation );
4522 bool operator ()( ITrackerPtr const& tracker ) const;
4523 };
4524
4525 using Children = std::vector<ITrackerPtr>;
4526 NameAndLocation m_nameAndLocation;

Callers 1

findChildMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected