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