Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
DoubleStack (int segmentSize=1024, int initialSize=0) | |
void | PushFront (T1 front) |
T1 | PopFront () |
T1 | PeekFront () |
void | PushBack (T1 back) |
T1 | PopBack () |
T1 | PeekBack () |
void | Clear (bool quickClear=false) |
Properties | |
int | Count [get] |
Private Attributes | |
T1[][] | _segmentList |
readonly int | _segmentSize |
int | _segmentCount |
readonly int | _segmentShiftPosition |
int | _start |
int | _end |
int | _size |
int | _last |
Definition at line 5 of file DoubleStack.cs.