org.eclipse.cdt.core.dom.ast.cpp
Interface ICPPSpecialization
- All Superinterfaces:
- IBinding, ICPPBinding
- All Known Subinterfaces:
- ICPPTemplateInstance
public interface ICPPSpecialization
- extends ICPPBinding
For an instantiation of a class template, the members of that instantiation will be
specializations of the members of the original class template.
For an instantiation of a function template, the parameters will be specializations
of the parameters of the original function template.
Specializations can also be explicitly defined
getSpecializedBinding
IBinding getSpecializedBinding()
- get the original binding that this is a specialization of
- Returns:
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.