Skip to content

UsedEntities

class UsedEntities

DEFINITION
class UsedEntities;

method begin

DEFINITION
auto  begin ( );
RETURNSDESCRIPTION
auto

method beginconst

DEFINITION
auto  begin ( ) const;
RETURNSDESCRIPTION
auto

method emptyconst

DEFINITION
bool  empty ( ) const;
RETURNSDESCRIPTION
bool

method end

DEFINITION
auto  end ( );
RETURNSDESCRIPTION
auto

method endconst

DEFINITION
auto  end ( ) const;
RETURNSDESCRIPTION
auto

method insert

DEFINITION
void  insert ( Entity * entity,
bool  optional = false );
PARAMETERDESCRIPTION
entity
optional

method insert

DEFINITION
void  insert ( const UsedEntities & other );
PARAMETERDESCRIPTION
other

method remove_optional

DEFINITION
void  remove_optional ( );