File List
Here is a list of all documented files with brief descriptions:
[detail level 12345678]
  src
  ECS
  Component
  Handle
 NRE_ComponentHandle.hppDeclaration of ECS's API Object : ComponentHandle
  Helper
 NRE_ComponentHelper.hppDeclaration of ECS's API Object : ComponentHelper
 NRE_IComponentHelper.hppDeclaration of ECS's API Object : IComponentHelper
 NRE_AbstractComponent.hppImplementation of ECS's API Object : AbstractComponent
 NRE_Component.hppDeclaration of ECS's API Object : Component
  Entity
  Id
 NRE_Id.hppDeclaration of ECS's API Object : Id
  Manager
  Allocator
 NRE_AbstractAllocator.hppDeclaration of ECS's API Object : AbstractAllocator
 NRE_PoolAllocator.hpp
  Iterator
  View
  Typed
 NRE_TypedView.hppDeclaration of ECS's API Object : TypedView
  Unpacking
 NRE_UnpackingView.hppDeclaration of ECS's API Object : UnpackingView
 NRE_View.hppDeclaration of ECS's API Object : View
 NRE_ViewIterator.hppDeclaration of ECS's API Object : ViewIterator
 NRE_EntityManager.hppImplementation of ECS's API Object : EntityManager
 NRE_Entity.hppImplementation of ECS's API Object : Entity
  System
  Manager
 NRE_SystemManager.hppDeclaration of ECS's API Object : SystemManager
 NRE_AbstractSystem.hppImplementation of ECS's API Object : AbstractSystem
 NRE_System.hppDeclaration of ECS's API Object : System
  Header
 NRE_ECS.hppDeclaration of Engine's ECS's Header
 NRE_Main.cppTest of ECS's API