IdGenerator

A string id generator.

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

Members

Functions

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

Meta