RequestToken

Constructors

this
this(T v)
Undocumented in source.

Alias This

value

Members

Aliases

random
deprecated alias random = randomLong
Undocumented in source.
randomAndSerialized
deprecated alias randomAndSerialized = randomAndSerializedString
Undocumented in source.
randomSerialized
deprecated alias randomSerialized = randomSerializedString
Undocumented in source.

Functions

opAssign
typeof(this) opAssign(T rhs)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

next
RequestToken next()

Simply counts up using a global counter, wrapping around at int.max.

randomAndSerializedString
RequestToken randomAndSerializedString(char[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
randomLong
RequestToken randomLong()
Undocumented in source. Be warned that the author may not have intended to support it.
randomSerializedString
void randomSerializedString(char[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
randomString
RequestToken randomString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

value
Variant!(typeof(null), long, string) value;
Undocumented in source.

Meta