Exemplo n.º 1
0
Entity::Entity(
    const std::string& name,
    EntityManager& manager
) : m_impl(new Implementation(manager.getNamedId(name), &manager))
{
}