Definition at line 3 of file IdManager.cs.
◆ IdManager() [1/2]
BGC.Utility.IdManager.IdManager |
( |
| ) |
|
|
inline |
Empty construct that starts ids at 0
Definition at line 10 of file IdManager.cs.
◆ IdManager() [2/2]
BGC.Utility.IdManager.IdManager |
( |
bool |
humanFriendlyIds | ) |
|
|
inline |
Construct id manager where the ids can either start at 0 or at the lowest possible integer value
- Parameters
-
Definition at line 17 of file IdManager.cs.
19 if (humanFriendlyIds ==
false)
◆ GetId()
int BGC.Utility.IdManager.GetId |
( |
| ) |
|
|
inline |
◆ Reset()
void BGC.Utility.IdManager.Reset |
( |
| ) |
|
|
inline |
◆ count
int BGC.Utility.IdManager.count = -1 |
|
private |
The documentation for this class was generated from the following file: