BGC Tools
Static Public Member Functions | Static Private Attributes
BGC.Utility.StaticIdManager Class Reference
Collaboration diagram for BGC.Utility.StaticIdManager:
Collaboration graph
[legend]

Static Public Member Functions

static void Reset ()
 
static int GetId ()
 

Static Private Attributes

static IdManager idManager = new IdManager()
 

Detailed Description

Definition at line 3 of file StaticIdManager.cs.

Member Function Documentation

◆ GetId()

static int BGC.Utility.StaticIdManager.GetId ( )
inlinestatic

Definition at line 12 of file StaticIdManager.cs.

References BGC.Utility.IdManager.GetId().

13  {
14  return idManager.GetId();
15  }
static IdManager idManager
int GetId()
Get an unused id
Definition: IdManager.cs:37
Here is the call graph for this function:

◆ Reset()

static void BGC.Utility.StaticIdManager.Reset ( )
inlinestatic

Definition at line 7 of file StaticIdManager.cs.

References BGC.Utility.IdManager.Reset().

8  {
10  }
static IdManager idManager
void Reset()
Reset starting id to 0
Definition: IdManager.cs:28
Here is the call graph for this function:

Field Documentation

◆ idManager

IdManager BGC.Utility.StaticIdManager.idManager = new IdManager()
staticprivate

Definition at line 5 of file StaticIdManager.cs.


The documentation for this class was generated from the following file: