Nui Engine
A game engine framework
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages Concepts
Nui::ECS::Internal::EntityComponentView< Types > Class Template Reference

Class to represent a view over a range of entities in an ECS Context. More...

#include <Entity.h>

Public Member Functions

 EntityComponentView (const EntityComponentIterator< Types... > &first, const EntityComponentIterator< Types... > &last)
 Initializes the view with iterator range.
 
const EntityComponentIterator< Types... > & begin () const
 Gets the beginning of the view.
 
const EntityComponentIterator< Types... > & end () const
 Gets the end of the view.
 

Detailed Description

template<typename... Types>
class Nui::ECS::Internal::EntityComponentView< Types >

Class to represent a view over a range of entities in an ECS Context.

Template Parameters
...TypesTypes of components to include in the iteration

Constructor & Destructor Documentation

◆ EntityComponentView()

template<typename... Types>
Nui::ECS::Internal::EntityComponentView< Types >::EntityComponentView ( const EntityComponentIterator< Types... > & first,
const EntityComponentIterator< Types... > & last )
inline

Initializes the view with iterator range.

Parameters
firstIterator to the first entity
lastIterator to the last entity

Member Function Documentation

◆ begin()

template<typename... Types>
const EntityComponentIterator< Types... > & Nui::ECS::Internal::EntityComponentView< Types >::begin ( ) const
inline

Gets the beginning of the view.

Returns
Begin iterator

◆ end()

template<typename... Types>
const EntityComponentIterator< Types... > & Nui::ECS::Internal::EntityComponentView< Types >::end ( ) const
inline

Gets the end of the view.

Returns
End iterator

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