3 #include <SimoxUtility/algorithm/string.h>
18 const std::string& type,
21 std::stringstream label;
22 label << key <<
" (" << type <<
" of size " << size <<
")";
47 ss <<
"'" <<
n.getValue() <<
"'";
53 ss <<
"shape (" << simox::alg::join(simox::alg::multi_to_string(
n.getShape()),
", ") <<
")";
57 RemoteGuiAronDataVisitor::checkGroupsNotEmpty()
const