Scarab  v2.11.1
Project 8 C++ Utility Library
Static Public Attributes | Static Private Attributes | List of all members
TemplateArgumentKind Class Reference
Inheritance diagram for TemplateArgumentKind:
Inheritance graph

Static Public Attributes

 NULL
 
 TYPE
 
 DECLARATION
 
 NULLPTR
 
 INTEGRAL
 

Static Private Attributes

list _kinds = []
 
 _name_map = None
 

Additional Inherited Members

- Public Member Functions inherited from BaseEnumeration
def __init__ (self, value)
 
def from_param (self)
 
def name (self)
 
def from_id (cls, id)
 
def __repr__ (self)
 
- Public Attributes inherited from BaseEnumeration
 value
 

Detailed Description

A TemplateArgumentKind describes the kind of entity that a template argument
represents.

Definition at line 1268 of file cindex.py.

Member Data Documentation

◆ _kinds

list _kinds = []
staticprivate

Definition at line 1275 of file cindex.py.

◆ _name_map

_name_map = None
staticprivate

Definition at line 1276 of file cindex.py.

◆ DECLARATION

DECLARATION
static

Definition at line 1280 of file cindex.py.

◆ INTEGRAL

INTEGRAL
static

Definition at line 1282 of file cindex.py.

◆ NULL

NULL
static

Definition at line 1278 of file cindex.py.

◆ NULLPTR

NULLPTR
static

Definition at line 1281 of file cindex.py.

◆ TYPE

TYPE
static

Definition at line 1279 of file cindex.py.


The documentation for this class was generated from the following file: