Interface ICPPASTParameterListOwner

    • Method Detail

      • addParameterDeclaration

        void addParameterDeclaration​(IASTParameterDeclaration parameter)
        Add a parameter to the parameter list of the parameter list owner.
      • getParameters

        IASTParameterDeclaration[] getParameters()
        Gets the parameter declarations for the parameter list owner
      • setVarArgs

        void setVarArgs​(boolean value)
        Set whether or not the parameter list owner takes a variable number of arguments.
      • takesVarArgs

        boolean takesVarArgs()
        Check if the parameter list owner takes a variable number of arguments.