Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Text.Json.BitStack Struct Reference

Public Member Functions

void PushTrue ()
 
void PushFalse ()
 
bool Pop ()
 
void SetFirstBit ()
 
void ResetFirstBit ()
 

Properties

int CurrentDepth [get]
 

Private Member Functions

void PushToArray (bool value)
 
bool PopFromArray ()
 
void DoubleArray (int minSize)
 

Static Private Member Functions

static int Div32Rem (int number, out int remainder)
 

Private Attributes

int[] _array
 
ulong _allocationFreeContainer
 
int _currentDepth
 

Detailed Description

Definition at line 5 of file BitStack.cs.


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