Gjsify LogoGjsify Logo

Hierarchy

  • NamedFlags

Index

Constructors

Properties

name: string

Methods

  • clear(): void
  • contains(name: string): boolean
  • Compares content of the two #CamelNamedFlags and returns whether they equal. Note this is an expensive operation for large sets.

    Parameters

    • namedFlagsB: NamedFlags

      the second #CamelNamedFlags

    Returns boolean

  • free(): void
  • Frees memory associated iwth the named_flags. Does nothing, if named_flags is %NULL.

    Returns void

  • get(index: number): string
  • getLength(): number
  • insert(name: string): boolean
  • Inserts a flag named name into the named_flags, if it is not included already (comparing case sensitively), or does nothing otherwise.

    Parameters

    • name: string

      name of the flag

    Returns boolean

  • remove(name: string): boolean
  • Removes a flag named name from the named_flags.

    Parameters

    • name: string

      name of the flag

    Returns boolean

  • Created a new #CamelNamedFlags, which has reserved reserve_size elements. This value doesn't influence the camel_named_flags_get_length(), which returns zero on the array returned from this function.

    Parameters

    • reserveSize: number

      an array size to reserve

    Returns NamedFlags

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