Uranus  1.0.1.0
Uranus is a GameEngine written in C++
Loading...
Searching...
No Matches
uranus::ecs::View< Components >::Iterator Class Reference
Collaboration diagram for uranus::ecs::View< Components >::Iterator:
[legend]

Public Member Functions

 Iterator (ecs::Registry &registry)
 
bool operator!= (const Iterator &other) const
 
Tuple operator* ()
 
Iteratoroperator++ ()
 
Tuple operator-> ()
 
bool operator== (const Iterator &other) const
 

Data Fields

std::size_t idx
 

Private Member Functions

template<typename Component , typename... Others>
void skipInvalidEntities ()
 

Private Attributes

ecs::Registry _registry
 

The documentation for this class was generated from the following file: