CsEntityFormalParametersSpecifier Struct Reference
Formal parameters specifier.
More...
List of all members.
Detailed Description
Formal parameters specifier.
Constructor & Destructor Documentation
CsEntityFormalParametersSpecifier::CsEntityFormalParametersSpecifier |
( |
|
) |
[inline] |
CsEntityFormalParametersSpecifier::~CsEntityFormalParametersSpecifier |
( |
|
) |
[inline] |
Member Function Documentation
void CsEntityFormalParametersSpecifier::clear |
( |
|
) |
[inline] |
void CsEntityFormalParametersSpecifier::delete_entities |
( |
|
) |
[inline] |
void CsEntityFormalParametersSpecifier::get_used_method_type_parameters |
( |
CsEntity * |
parent, |
|
|
byte |
method_type_parameters[] | |
|
) |
| | const |
bool CsEntityFormalParametersSpecifier::is_contains_dynamic |
( |
|
) |
const |
bool CsEntityFormalParametersSpecifier::is_contains_generic_parameters |
( |
cs_generic_param_type |
generic_type |
) |
const |
void CsEntityFormalParametersSpecifier::replace_dynamic_to_object |
( |
|
) |
|
void CsEntityFormalParametersSpecifier::replace_generic_parameters |
( |
CsEntity * |
parent, |
|
|
cs_generic_param_type |
generic_type, |
|
|
unsigned |
n_arguments, |
|
|
const CsEntityTypeRef * |
arguments | |
|
) |
| | |
void CsEntityFormalParametersSpecifier::setDynamic |
( |
const bool * |
traverseFlags, |
|
|
int & |
index | |
|
) |
| | |
Member Data Documentation
Number of formal parameter specifiers.
Formal parameter specifiers.
True - if method accept variable number of parameters (__args).