Searched defs:EntityReference (Results 1 – 1 of 1) sorted by relevance
41 friend EntityReference; variable67 EntityReference(Entity entity, const IEntityReferenceCounter::Ptr& counter) noexcept in EntityReference() function72 …EntityReference(const EntityReference& other) noexcept : entity_(other.entity_), counter_(other.co… in EntityReference() function75 EntityReference(EntityReference&& other) noexcept in EntityReference() function