Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.dom.ast.cpp.ICPPTemplateDefinition

Packages that use ICPPTemplateDefinition
org.eclipse.cdt.core.dom.ast.cpp   
 

Uses of ICPPTemplateDefinition in org.eclipse.cdt.core.dom.ast.cpp
 

Subinterfaces of ICPPTemplateDefinition in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPClassTemplate
           
 interface ICPPClassTemplatePartialSpecialization
          This interface represents a class template partial specialization.
 interface ICPPFunctionTemplate
           
 interface ICPPTemplateTemplateParameter
           
 

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPTemplateDefinition
 ICPPTemplateDefinition ICPPTemplateScope.getTemplateDefinition()
          get the template that this scope represents
 ICPPTemplateDefinition ICPPTemplateInstance.getTemplateDefinition()
          get the template that this was instantiated from
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.