NcEngine
Ecs.h File Reference

Go to the source code of this file.

Classes

class  nc::ecs::EcsInterface< Base, Includes >
 Interface for higher-level entity and component operations with optional type access restriction. More...
 

Typedefs

using nc::ecs::Ecs = EcsInterface< FilterBase::All >
 Helper alias for an EcsInterface with access to all types.
 
template<class... Includes>
using nc::ecs::BasicEcs = EcsInterface< FilterBase::Basic, Includes... >
 Helper alias for an EcsInterface with access to common ecs types in addition to any explicitly approved types.
 
template<class... Includes>
using nc::ecs::ExplicitEcs = EcsInterface< FilterBase::None, Includes... >
 Helper alias for an EcsInterface with access to only explicitly approved types and those derived from FreeComponent.
 

Detailed Description