Contains classes related to nrg's Entity data-replication abstraction. More...
Go to the source code of this file.
Classes | |
class | nrg::Entity |
Abstract class to be inherited by users of the library which acts as a container of one or more Fields. More... | |
struct | nrg::EntityManager |
Abstract class that contains functionality required by Entity objects. More... | |
struct | nrg::EntityHelper< T, type > |
Helper template class that automatically implements the Entity::clone and Entity::getType methods. More... | |