//---------------------------------------------------------------------------// #ifndef IMCOBJECTS #define IMCOBJECTS //---------------------------------------------------------------------------// namespace imc { // start of group of keys (corresponds to key CK) struct group_keys { int version_; int length_; bool closed_; // corresponds to true = 1 and false = 0 in file // get info string std::string get_info(int width = 20) { std::stringstream ss; ss<