Space Engineers
Public Member Functions | List of all members
Sandbox.Engine.Voxels.MyWorkTracker< TWorkId, TWork > Class Template Reference
Inheritance diagram for Sandbox.Engine.Voxels.MyWorkTracker< TWorkId, TWork >:

Public Member Functions

 MyWorkTracker (IEqualityComparer< TWorkId > comparer=null)
 
void Add (TWorkId id, TWork work)
 
void Invalidate (TWorkId id)
 
void InvalidateAll ()
 
void CancelAll ()
 
void Cancel (TWorkId id)
 
bool Exists (TWorkId id)
 
bool TryGet (TWorkId id, out TWork work)
 
void Complete (TWorkId id)
 
Dictionary< TWorkId, TWork >.Enumerator GetEnumerator ()
 

Detailed Description

Type Constraints
TWork :MyPrecalcJob 

Definition at line 49 of file MyPrecalcJob.cs.

Constructor & Destructor Documentation

Sandbox.Engine.Voxels.MyWorkTracker< TWorkId, TWork >.MyWorkTracker ( IEqualityComparer< TWorkId >  comparer = null)
inline

Definition at line 54 of file MyPrecalcJob.cs.

Member Function Documentation

void Sandbox.Engine.Voxels.MyWorkTracker< TWorkId, TWork >.Add ( TWorkId  id,
TWork  work 
)
inline

Definition at line 61 of file MyPrecalcJob.cs.

void Sandbox.Engine.Voxels.MyWorkTracker< TWorkId, TWork >.Cancel ( TWorkId  id)
inline

Definition at line 101 of file MyPrecalcJob.cs.

void Sandbox.Engine.Voxels.MyWorkTracker< TWorkId, TWork >.CancelAll ( )
inline

Definition at line 90 of file MyPrecalcJob.cs.

void Sandbox.Engine.Voxels.MyWorkTracker< TWorkId, TWork >.Complete ( TWorkId  id)
inline

Definition at line 127 of file MyPrecalcJob.cs.

bool Sandbox.Engine.Voxels.MyWorkTracker< TWorkId, TWork >.Exists ( TWorkId  id)
inline

Definition at line 113 of file MyPrecalcJob.cs.

Dictionary<TWorkId, TWork>.Enumerator Sandbox.Engine.Voxels.MyWorkTracker< TWorkId, TWork >.GetEnumerator ( )
inline

Definition at line 134 of file MyPrecalcJob.cs.

void Sandbox.Engine.Voxels.MyWorkTracker< TWorkId, TWork >.Invalidate ( TWorkId  id)
inline

Definition at line 69 of file MyPrecalcJob.cs.

void Sandbox.Engine.Voxels.MyWorkTracker< TWorkId, TWork >.InvalidateAll ( )
inline

Definition at line 80 of file MyPrecalcJob.cs.

bool Sandbox.Engine.Voxels.MyWorkTracker< TWorkId, TWork >.TryGet ( TWorkId  id,
out TWork  work 
)
inline

Definition at line 120 of file MyPrecalcJob.cs.


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