#include"header.h" struct NodebListHandler : public BaseReaderHandler, NodebListHandler> { vector nodeb_list; string curr_key = ""; bool Key(const Ch* str, SizeType length, bool copy) { curr_key = str; return true; } bool String(const Ch* str, SizeType length, bool copy) { if( curr_key.compare( "inventoryName" ) == 0 ) { std::cout<