Eclipse CDT
Pre-release 3.0

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

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

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

Subinterfaces of ICPPBinding in org.eclipse.cdt.core.dom.ast.cpp
 interface ICPPClassTemplate
           
 interface ICPPClassTemplatePartialSpecialization
          This interface represents a class template partial specialization.
 interface ICPPClassType
          Represents a C++ class.
 interface ICPPConstructor
           
 interface ICPPDelegate
          ICPPDelegate is meant to represent IBindings that are identical in most ways to another binding.
 interface ICPPField
           
 interface ICPPFunction
           
 interface ICPPFunctionTemplate
           
 interface ICPPMember
          Represents a member of a class.
 interface ICPPMethod
           
 interface ICPPNamespace
          This interface represents a C++ namespace
 interface ICPPNamespaceAlias
           
 interface ICPPParameter
           
 interface ICPPSpecialization
          For an instantiation of a class template, the members of that instantiation will be specializations of the members of the original class template.
 interface ICPPTemplateDefinition
           
 interface ICPPTemplateInstance
          This interface represents an instantiation of a class or function template.
 interface ICPPTemplateNonTypeParameter
           
 interface ICPPTemplateParameter
           
 interface ICPPTemplateTemplateParameter
           
 interface ICPPTemplateTypeParameter
           
 interface ICPPUsingDeclaration
          A using declaration introduces a name into the declarative region in which it appears, that name is a synonym of some entity declared elsewhere The using declaration is both a declaration of a new binding and a reference to a previously declared binding
 interface ICPPVariable
           
 


Eclipse CDT
Pre-release 3.0

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