Fabcoin Core  0.16.2
P2P Digital Currency
Classes | Typedefs | Functions
zdeflate.cpp File Reference
#include "pch.h"
#include "zdeflate.h"
#include "stdcpp.h"
#include "misc.h"
Include dependency graph for zdeflate.cpp:

Go to the source code of this file.

Classes

struct  HuffmanNode
 
struct  FreqLessThan
 

Typedefs

typedef std::reverse_iterator< unsigned int * > RevIt
 

Functions

unsigned int CodeLengthEncode (const unsigned int *begin, const unsigned int *end, const unsigned int *&p, unsigned int &extraBits, unsigned int &extraBitsLength)
 

Typedef Documentation

typedef std::reverse_iterator<unsigned int *> RevIt

Definition at line 21 of file zdeflate.cpp.

Function Documentation

unsigned int CodeLengthEncode ( const unsigned int *  begin,
const unsigned int *  end,
const unsigned int *&  p,
unsigned int &  extraBits,
unsigned int &  extraBitsLength 
)
inline

Definition at line 613 of file zdeflate.cpp.

Here is the caller graph for this function: