Interface ICPPParameterPackType

All Superinterfaces:
Cloneable, IType

public interface ICPPParameterPackType extends IType
A parameter pack is not actually a type, however we model it as such in order to be able to represent function-types that contain parameter packs.
Since:
5.2
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Field Summary

    Fields inherited from interface org.eclipse.cdt.core.dom.ast.IType

    EMPTY_TYPE_ARRAY, TYPE_MATCHER
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the pattern for the pack-expansion

    Methods inherited from interface org.eclipse.cdt.core.dom.ast.IType

    clone, isSameType
  • Method Details

    • getType

      IType getType()
      Returns the pattern for the pack-expansion