| Uranus
    1.0.1.0
    Uranus is a GameEngine written in C++ | 
| Public Member Functions | |
| Iterator (ecs::Registry ®istry) | |
| bool | operator!= (const Iterator &other) const | 
| Tuple | operator* () | 
| Iterator & | operator++ () | 
| 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 |