Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.BitStack Class Referencesealed

Public Member Functions

 BitStack ()
 
void PushBit (bool bit)
 
bool PopBit ()
 
bool PeekBit ()
 

Private Member Functions

void PushCurr ()
 
void PopCurr ()
 

Private Attributes

uint[] _bitStack
 
int _stackPos
 
uint _curr
 

Detailed Description

Definition at line 3 of file BitStack.cs.


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