Space Engineers
Public Member Functions | Properties | List of all members
VRage.Library.Collections.MyFreeList< T > Class Template Reference

Public Member Functions

 MyFreeList (int capacity=16)
 
int Allocate ()
 
void Free (int position)
 

Properties

this[int index] [get, set]
 
int Size [get]
 

Detailed Description

Definition at line 8 of file MyFreeList.cs.

Constructor & Destructor Documentation

VRage.Library.Collections.MyFreeList< T >.MyFreeList ( int  capacity = 16)
inline

Definition at line 14 of file MyFreeList.cs.

Member Function Documentation

int VRage.Library.Collections.MyFreeList< T >.Allocate ( )
inline

Definition at line 21 of file MyFreeList.cs.

void VRage.Library.Collections.MyFreeList< T >.Free ( int  position)
inline

Definition at line 39 of file MyFreeList.cs.

Property Documentation

Definition at line 54 of file MyFreeList.cs.

T VRage.Library.Collections.MyFreeList< T >.this[int index]
getset

Definition at line 48 of file MyFreeList.cs.


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