Interface ICPPDeferredFunction

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

    public interface ICPPDeferredFunction
    extends ICPPFunction
    Represents a reference to a function which cannot be resolved because an argument depends on a template parameter.
    Since:
    5.6
    • Method Detail

      • getCandidates

        ICPPFunction[] getCandidates()
        Returns the candidate functions the reference might resolve to after template instantiation.