UsedEntities
class UsedEntities
DEFINITION
class UsedEntities;
method begin
DEFINITION
| auto begin | ( | ); |
| RETURNS | DESCRIPTION |
|---|---|
auto |
method beginconst
DEFINITION
| auto begin | ( | ) const; |
| RETURNS | DESCRIPTION |
|---|---|
auto |
method emptyconst
DEFINITION
| bool empty | ( | ) const; |
| RETURNS | DESCRIPTION |
|---|---|
bool |
method end
DEFINITION
| auto end | ( | ); |
| RETURNS | DESCRIPTION |
|---|---|
auto |
method endconst
DEFINITION
| auto end | ( | ) const; |
| RETURNS | DESCRIPTION |
|---|---|
auto |
method insert
DEFINITION
| void insert | ( | Entity * entity, | |
| bool optional = false | ); |
| PARAMETER | DESCRIPTION |
|---|---|
entity |
|
optional |
method insert
DEFINITION
| void insert | ( | const UsedEntities & other | ); |
| PARAMETER | DESCRIPTION |
|---|---|
other |
method remove_optional
DEFINITION
| void remove_optional | ( | ); |