Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cStreamBitBranch Struct Reference

#include <cStreamBit.h>

Public Attributes

short m_Value
 -1=tree branch, 0-255=character value, 256=PROXY_BRANCH_QTY-1=end More...
 
short m_nZero
 index to branch for bit set. More...
 
short m_nOne
 index to branch for bit clear. More...
 

Detailed Description

For compressing/decompressing stuff using simple bit pattern substitution.

Member Data Documentation

◆ m_nOne

short GrayLib::cStreamBitBranch::m_nOne

index to branch for bit clear.

◆ m_nZero

short GrayLib::cStreamBitBranch::m_nZero

index to branch for bit set.

◆ m_Value

short GrayLib::cStreamBitBranch::m_Value

-1=tree branch, 0-255=character value, 256=PROXY_BRANCH_QTY-1=end


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