IdGenerator

An int id generator.

  1. class IdGenerator(TId : int)
    package
    class IdGenerator : IIdGenerator!TId(
    TId : int
    ) {}
  2. class IdGenerator(TId : string)

Members

Functions

getNextId
TId getNextId()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta