Eclipse CDT
Pre-release 3.0

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

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

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

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

Methods in org.eclipse.cdt.core.dom.ast.cpp that return ICPPClassTemplate
 ICPPClassTemplate ICPPClassTemplatePartialSpecialization.getPrimaryClassTemplate()
          get the ICPPTemplateDefinition which this is a specialization of
 


Eclipse CDT
Pre-release 3.0

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