463
edits
Hendrik Tews (talk | contribs) (New page: <!-- The structural info of this page has been generated with -- oast_wiki -node TemplateInfo --> TemplateInfo is a Ast super type node. === Constructor Arguments === Arguments spec...) |
(update to olmar v2) |
||
| Line 1: | Line 1: | ||
<!-- | <!-- Besides the comments at the end this page has been generated | ||
-- | -- with the olmar wiki bot on behalf of Hendrik Tews | ||
--> | --> __NOTOC__ | ||
TemplateInfo is a Ast super type node. | TemplateInfo is a Ast super type node. | ||
=== | === Data Fields === | ||
* template_info_params : [[Elsa Ast Type Variable|Variable]] list | |||
* | * template_info_var : [[Elsa Ast Type Variable|Variable]] option | ||
* | * inheritedParams : [[Elsa Ast Type InheritedTemplateParams|InheritedTemplateParams]] list | ||
* instantiationOf : [[Elsa Ast Type Variable|Variable]] option ref | |||
* inheritedParams : | * instantiations : [[Elsa Ast Type Variable|Variable]] list | ||
* instantiationOf : Variable | * specializationOf : [[Elsa Ast Type Variable|Variable]] option ref | ||
* instantiations : | * specializations : [[Elsa Ast Type Variable|Variable]] list | ||
* specializationOf : Variable | * arguments : [[Elsa Ast Type STemplateArgument|STemplateArgument]] list | ||
* specializations : | * instLoc : sourceLoc | ||
* arguments : | * partialInstantiationOf : [[Elsa Ast Type Variable|Variable]] option ref | ||
* instLoc : | * partialInstantiations : [[Elsa Ast Type Variable|Variable]] list | ||
* partialInstantiationOf : | * argumentsToPrimary : [[Elsa Ast Type STemplateArgument|STemplateArgument]] list | ||
* partialInstantiations : | * defnScope : [[Elsa Ast Type Scope|Scope]] option | ||
* argumentsToPrimary : | * definitionTemplateInfo : [[Elsa Ast Type TemplateInfo|TemplateInfo]] option | ||
* defnScope : Scope | |||
* definitionTemplateInfo : TemplateInfo | |||
* instantiateBody : bool | * instantiateBody : bool | ||
* instantiationDisallowed : bool | * instantiationDisallowed : bool | ||
* uninstantiatedDefaultArgs : int | * uninstantiatedDefaultArgs : int | ||
* dependentBases : | * dependentBases : [[Elsa Ast Type CType|CType]] list | ||
* kind : templateThingKind | |||
=== Subtype Nodes (Subclasses) === | === Subtype Nodes (Subclasses) === | ||
TemplateInfo has no subtype nodes | TemplateInfo has no subtype nodes. | ||
=== Comments === | === Comments === | ||
'' | ''Please make your modifications only below, because the content above will be regenerated automatically from time to time.'' | ||
<!-- OLMAR SEPARATION LINE: ADD YOUR MODIFICATIONS BELOW! --> | <!-- OLMAR SEPARATION LINE: ADD YOUR MODIFICATIONS BELOW! --> | ||
edits