imc::object: all objects parsed

This commit is contained in:
2021-02-10 15:37:24 +01:00
parent fe3befc5f2
commit 0eb034196d
2 changed files with 115 additions and 45 deletions

View File

@@ -150,6 +150,7 @@ namespace imc
// construct block info string
std::stringstream ss;
ss<<std::setw(width)<<std::left<<"block:"<<thekey_.name_
<<" version "<<thekey_.version_
<<" ("<<thekey_.description_<<")"<<"\n"
<<std::setw(width)<<std::left<<"begin:"<<begin_<<"\n"
<<std::setw(width)<<std::left<<"end:"<<end_<<"\n"