|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for Terraria.DataStructures.DoubleStack< T1 >:
Collaboration diagram for Terraria.DataStructures.DoubleStack< T1 >: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, set] |
Private Attributes | |
| T1[][] | _segmentList |
| readonly int | _segmentSize |
| int | _segmentCount |
| readonly int | _segmentShiftPosition |
| int | _start |
| int | _end |
| int | _size |
| int | _last |
Definition at line 8 of file DoubleStack.cs.