Unresolved
class Unresolved
DEFINITION
class Unresolved;
class Part
DEFINITION
class Part;
constructor Part
DEFINITION
| Part | ( | std::string type | ); |
| PARAMETER | DESCRIPTION |
|---|---|
type |
method add
DEFINITION
| void add | ( | Symbol name, | |
| const Location & location, | |||
| Symbol used | ); |
| PARAMETER | DESCRIPTION |
|---|---|
name |
|
location |
|
used |
method add
DEFINITION
| void add | ( | const Part & other | ); |
| PARAMETER | DESCRIPTION |
|---|---|
other |
method add
DEFINITION
| void add | ( | const Entity * user, | |
| Symbol used | ); |
| PARAMETER | DESCRIPTION |
|---|---|
user |
|
used |
method add
DEFINITION
| void add | ( | const UnresolvedUser & user, | |
| Symbol used | ); |
| PARAMETER | DESCRIPTION |
|---|---|
user |
|
used |
method clear
DEFINITION
| void clear | ( | ); |
method emptyconst
DEFINITION
| bool empty | ( | ) const; |
| RETURNS | DESCRIPTION |
|---|---|
bool |
method reportconst
DEFINITION
| void report | ( | ) const; |
method add
DEFINITION
| void add | ( | Symbol name, | |
| const Location & location, | |||
| const EvaluationResult & result | ); |
| PARAMETER | DESCRIPTION |
|---|---|
name |
|
location |
|
result |
method add
DEFINITION
| void add | ( | const Unresolved & other | ); |
| PARAMETER | DESCRIPTION |
|---|---|
other |
method add
DEFINITION
| void add | ( | const Entity * user, | |
| const EvaluationResult & result | ); |
| PARAMETER | DESCRIPTION |
|---|---|
user |
|
result |
method clear
DEFINITION
| void clear | ( | ); |
method emptyconst
DEFINITION
| bool empty | ( | ) const; |
| RETURNS | DESCRIPTION |
|---|---|
bool |
method reportconst
DEFINITION
| void report | ( | ) const; |
member functions
DEFINITION
Part functions;
member macros
DEFINITION
Part macros;
member variables
DEFINITION
Part variables;
class Part
DEFINITION
class Part;
constructor Part
DEFINITION
| Part | ( | std::string type | ); |
| PARAMETER | DESCRIPTION |
|---|---|
type |
method add
DEFINITION
| void add | ( | Symbol name, | |
| const Location & location, | |||
| Symbol used | ); |
| PARAMETER | DESCRIPTION |
|---|---|
name |
|
location |
|
used |
method add
DEFINITION
| void add | ( | const Part & other | ); |
| PARAMETER | DESCRIPTION |
|---|---|
other |
method add
DEFINITION
| void add | ( | const Entity * user, | |
| Symbol used | ); |
| PARAMETER | DESCRIPTION |
|---|---|
user |
|
used |
method add
DEFINITION
| void add | ( | const UnresolvedUser & user, | |
| Symbol used | ); |
| PARAMETER | DESCRIPTION |
|---|---|
user |
|
used |
method clear
DEFINITION
| void clear | ( | ); |
method emptyconst
DEFINITION
| bool empty | ( | ) const; |
| RETURNS | DESCRIPTION |
|---|---|
bool |
method reportconst
DEFINITION
| void report | ( | ) const; |
class UnresolvedUser
DEFINITION
class UnresolvedUser;
constructor UnresolvedUser
DEFINITION
| UnresolvedUser | ( | const Entity * entity | ); |
| PARAMETER | DESCRIPTION |
|---|---|
entity |
constructor UnresolvedUser
DEFINITION
| UnresolvedUser | ( | Symbol name, | |
| const Location & location | ); |
| PARAMETER | DESCRIPTION |
|---|---|
name |
|
location |
method operator==const
DEFINITION
| bool operator== | ( | const UnresolvedUser & other | ) const; |
| PARAMETER | DESCRIPTION |
|---|---|
other |
| RETURNS | DESCRIPTION |
|---|---|
bool |
member location
DEFINITION
Location location;
member name
DEFINITION
Symbol name;
class hash< UnresolvedUser >
DEFINITION
class hash< UnresolvedUser >;
method operator()const
DEFINITION
| std::size_t operator() | ( | const UnresolvedUser & user | ) const; |
| PARAMETER | DESCRIPTION |
|---|---|
user |
| RETURNS | DESCRIPTION |
|---|---|
std::size_t |