Interface ICPPUsingDeclaration

  • All Superinterfaces:
    org.eclipse.core.runtime.IAdaptable, IBinding, ICPPBinding

    public interface ICPPUsingDeclaration
    extends ICPPBinding
    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
    Restriction:
    This interface is not intended to be implemented by clients.
    Restriction:
    This interface is not intended to be extended by clients.
    • Method Detail

      • getDelegates

        IBinding[] getDelegates()
        Return an array of bindings that were declared by this using declaration. Each of these bindings delegates to some previously declared binding to which it is a reference.