Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | List of all members
FreqLessThan Struct Reference

Public Member Functions

bool operator() (unsigned int lhs, const HuffmanNode &rhs)
 
bool operator() (const HuffmanNode &lhs, const HuffmanNode &rhs) const
 
bool operator() (const HuffmanNode &lhs, unsigned int rhs)
 

Detailed Description

Definition at line 111 of file zdeflate.cpp.

Member Function Documentation

bool FreqLessThan::operator() ( unsigned int  lhs,
const HuffmanNode rhs 
)
inline

Definition at line 113 of file zdeflate.cpp.

bool FreqLessThan::operator() ( const HuffmanNode lhs,
const HuffmanNode rhs 
) const
inline

Definition at line 114 of file zdeflate.cpp.

bool FreqLessThan::operator() ( const HuffmanNode lhs,
unsigned int  rhs 
)
inline

Definition at line 116 of file zdeflate.cpp.


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