Space Engineers
Public Member Functions | List of all members
VRage.Generics.MyObjectsPoolSimple< T > Class Template Reference

Public Member Functions

 MyObjectsPoolSimple (int capacity)
 
Allocate ()
 
int GetAllocatedCount ()
 
int GetCapacity ()
 
void ClearAllAllocated ()
 
GetAllocatedItem (int index)
 
void Sort (IComparer< T > comparer)
 

Detailed Description

Type Constraints
T :class 
T :new() 

Definition at line 13 of file MyObjectsPoolSimple.cs.

Constructor & Destructor Documentation

Definition at line 24 of file MyObjectsPoolSimple.cs.

Member Function Documentation

T VRage.Generics.MyObjectsPoolSimple< T >.Allocate ( )
inline

Definition at line 41 of file MyObjectsPoolSimple.cs.

void VRage.Generics.MyObjectsPoolSimple< T >.ClearAllAllocated ( )
inline

Definition at line 66 of file MyObjectsPoolSimple.cs.

int VRage.Generics.MyObjectsPoolSimple< T >.GetAllocatedCount ( )
inline

Definition at line 54 of file MyObjectsPoolSimple.cs.

T VRage.Generics.MyObjectsPoolSimple< T >.GetAllocatedItem ( int  index)
inline

Definition at line 74 of file MyObjectsPoolSimple.cs.

int VRage.Generics.MyObjectsPoolSimple< T >.GetCapacity ( )
inline

Definition at line 60 of file MyObjectsPoolSimple.cs.

void VRage.Generics.MyObjectsPoolSimple< T >.Sort ( IComparer< T >  comparer)
inline

Definition at line 80 of file MyObjectsPoolSimple.cs.


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