Space Engineers
Public Member Functions | List of all members
VRage.Library.Collections.IndexHost Class Reference

Public Member Functions

 IndexHost ()
 
ComponentIndex GetAfterInsert (ComponentIndex current, Type newType, out int insertionPoint)
 
ComponentIndex GetAfterRemove (ComponentIndex current, Type oldType, out int removalPoint)
 
ComponentIndex GetEmptyComponentIndex ()
 

Detailed Description

Definition at line 82 of file MyIndexedComponentContainer.cs.

Constructor & Destructor Documentation

VRage.Library.Collections.IndexHost.IndexHost ( )
inline

Definition at line 88 of file MyIndexedComponentContainer.cs.

Member Function Documentation

ComponentIndex VRage.Library.Collections.IndexHost.GetAfterInsert ( ComponentIndex  current,
Type  newType,
out int  insertionPoint 
)
inline

Definition at line 119 of file MyIndexedComponentContainer.cs.

ComponentIndex VRage.Library.Collections.IndexHost.GetAfterRemove ( ComponentIndex  current,
Type  oldType,
out int  removalPoint 
)
inline

Definition at line 130 of file MyIndexedComponentContainer.cs.

ComponentIndex VRage.Library.Collections.IndexHost.GetEmptyComponentIndex ( )
inline

Definition at line 141 of file MyIndexedComponentContainer.cs.


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