1 #include "nta/Compressor.h"
18 std::map<GLubyte,std::string> ret;
20 ret.insert(std::make_pair(((
HuffmanLeaf*)
this)->getData(), enc));
23 ret.insert(lEncode.begin(), lEncode.end());
24 ret.insert(rEncode.begin(), rEncode.end());
35 return (
m_lChild !=
nullptr || m_rChild !=
nullptr);