Eamon CS
3.1.0
|
This is the complete list of members for Eamon.Framework.Utilities.IEventHeap, including all inherited members.
Clear() | Eamon.Framework.Utilities.IEventHeap | |
Find(Func< long, IEventData, bool > findFunc=null) | Eamon.Framework.Utilities.IEventHeap | |
Insert(long key, string eventName, Func< long, IEventData, bool > duplicateFindFunc=null) | Eamon.Framework.Utilities.IEventHeap | |
Insert02(long key, string eventName, object eventParam, Func< long, IEventData, bool > duplicateFindFunc=null) | Eamon.Framework.Utilities.IEventHeap | |
Insert03(long key, IEventData value, Func< long, IEventData, bool > duplicateFindFunc=null) | Eamon.Framework.Utilities.IEventHeap | |
IsEmpty() | Eamon.Framework.Utilities.IEventHeap | |
PeekMin(ref long key, ref IEventData value) | Eamon.Framework.Utilities.IEventHeap | |
Remove(Func< long, IEventData, bool > findFunc=null) | Eamon.Framework.Utilities.IEventHeap | |
RemoveMin(ref long key, ref IEventData value) | Eamon.Framework.Utilities.IEventHeap |