TemplateParameterType

Module: ecereCOM
Namespace: ecere::com
Type: Enumeration
Base Class: int

Description

Enumeration identifying the type of template parameter

Enumeration Values

  type0Parameter is a type (most common)
  identifier1Parameter is an identifier representing a member of a class (e.g. LinkList::link)
  expression2Parameter is an expression (e.g. LinkList::circ which can be true or false)