clang API Documentation

Public Member Functions
clang::FixedSizeTemplateParameterList< N > Class Template Reference

Stores a list of template parameters for a TemplateDecl and its derived classes. Suitable for creating on the stack. More...

#include <DeclTemplate.h>

Inheritance diagram for clang::FixedSizeTemplateParameterList< N >:
Inheritance graph
[legend]
Collaboration diagram for clang::FixedSizeTemplateParameterList< N >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 FixedSizeTemplateParameterList (SourceLocation TemplateLoc, SourceLocation LAngleLoc, NamedDecl **Params, SourceLocation RAngleLoc)

Detailed Description

template<size_t N>
class clang::FixedSizeTemplateParameterList< N >

Stores a list of template parameters for a TemplateDecl and its derived classes. Suitable for creating on the stack.

Definition at line 138 of file DeclTemplate.h.


Constructor & Destructor Documentation

template<size_t N>
clang::FixedSizeTemplateParameterList< N >::FixedSizeTemplateParameterList ( SourceLocation  TemplateLoc,
SourceLocation  LAngleLoc,
NamedDecl **  Params,
SourceLocation  RAngleLoc 
) [inline]

Definition at line 142 of file DeclTemplate.h.


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