Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
 NNREThe NearlyRealEngine's global namespace
 NECS
 CAbstractAllocatorAn abstract allocator used in the ECS for component pool
 CAbstractComponentBase for template component
 CAbstractSystemBase class for template system
 CComponentBase component for user defined component
 CComponentHandleClass helper to handle access to a component
 CComponentHelperHelper class to perform component operations
 CEntityA basic entity
 CEntityManagerManage Entity creation & component assignment
 CidentityUsed for meta programming
 CIComponentHelperInterface for component helper
 CIdAn entity Id
 CPoolAllocatorA pool allocator used to manage component in the ECS
 CSystemBase class for user defined system
 CSystemManagerManage system storing and update
 CTypedViewA typed view
 CidentityUsed for meta programming
 CUnpackingViewA view iterator with unpacking manner
 CIteratorA view iterator used to wrap the unpacker behavior
 CUnpackerUsed to unpack a tuple
 CViewBase view for advanced iterator
 CIteratorA basic view iterator
 CViewIteratorAn iterator over a view of entities
 CTestComponent
 CTestSystem