Skip to content

SageBuilder::buildNondefiningTemplateClassDeclaration_nfi

DQ (11/29/2011): Adding template declaration support to the AST.

Synopsis

Declared in <SageIII/sageInterface/sageBuilder.h>

[[visibility]]
SgTemplateClassDeclaration*
buildNondefiningTemplateClassDeclaration_nfi(
    SgName const& name,
    SgClassDeclaration::class_types kind,
    SgScopeStatement* scope,
    SgTemplateParameterPtrList* templateParameterList,
    SgTemplateArgumentPtrList* templateSpecializationArgumentList);

Parameters

Name

Description

name

This class represents strings within the IR nodes.

scope

This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.).

Created with MrDocs