YAML ::Node doc; // already parsed for(YAML::Iterator it=doc.begin();it!=doc.end();++it) { std::string scalar; *it >> scalar; std::cout ...
確定! 回上一頁