TemplateParameterType
Module:
ecereCOM
Namespace:
ecere::com
Type: Enumeration
Base Class: int
Description
Enumeration identifying the type of template parameter
Enumeration Values
type
0
Parameter is a type (most common)
identifier
1
Parameter is an identifier representing a member of a class (e.g. LinkList::link)
expression
2
Parameter is an expression (e.g. LinkList::circ which can be true or false)