The type of the Flag
objects used as keys.
The type of the values.
Constructor for the FlagMap class.
The internal dictionary used to actually do the mapping.
Gets the value associated to a flag.
The flag to use as a key.
The value associated to the flag.
Sets the value associated to a flag.
The flag to use as a key.
The new value that will be associated to the flag.
Generated using TypeDoc, the 1/31/2021 at 6:18:55 AM
A map from flags to objects of some other type. Used as a simple wrapper for a dictionary, so that one doesn't constantly have to call
.toString()
on the flags.