38 std::map<WORD_CONTENT_OFFSET, SSTRING>::const_iterator it;
41 u_int64_t hCrc64 = _hCrc64.
calc( it->second.c_str(), it->second.length() );
45 std::cout << std::endl <<
"FakeHCRCPlugin plugin:" << std::endl << std::endl;
49 std::map<WORD_CONTENT_OFFSET, WORD_LENGTH>::const_iterator it1;
50 std::cout <<
"token \t hCrc" << std::endl;
51 std::cout <<
"----- \t ----" << std::endl;
54 std::cout << lCData.
_mapTokens[it1->first] <<
'\t'
57 std::cout <<
"Tokens count: " << lCData.
_mapOffsets.size() << std::endl << std::endl;