Exemplo n.º 1
0
 /**
  * Gets the reference to the entity with specified name.
  * @throws std::out_of_range if no entity with this name is found.
  */
 inline Entity& getEntityByName(const std::string &name) {
   return entities.getByName(name);
 }