Gjsify LogoGjsify Logo

Hierarchy

  • ParamsIter

Index

Constructors

Properties

Methods

Constructors

Properties

name: string

Methods

  • Initialize a parameter iterator over params. Modifying params after calling this function invalidates the returned iterator. |[ RestParamsIter iter; const char *name; RestParam *param;

    rest_params_iter_init (&iter, params); while (rest_params_iter_next (&iter, &name, &param)) { /* do something with name and param */ }


    @param params a valid #RestParams

    Parameters

    Returns void

  • Advances iter and retrieves the name and/or parameter that are now pointed at as a result of this advancement. If FALSE is returned, name and param are not set and the iterator becomes invalid.

    Returns [boolean, string, Rest.Param]

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method