MCPcopy Create free account
hub / github.com/alecthomas/entityx / end

Method end

entityx/Entity.h:414–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412
413 Iterator begin() { return Iterator(manager_, mask_, 0); }
414 Iterator end() { return Iterator(manager_, mask_, uint32_t(manager_->capacity())); }
415 const Iterator begin() const { return Iterator(manager_, mask_, 0); }
416 const Iterator end() const { return Iterator(manager_, mask_, manager_->capacity()); }
417

Callers 1

ViewIteratorMethod · 0.45

Calls 2

IteratorClass · 0.70
capacityMethod · 0.45

Tested by

no test coverage detected