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)
47 ss <<
"'" << n.getValue() <<
"'";
53 ss <<
"shape (" << simox::alg::join(simox::alg::multi_to_string(n.getShape()),
", ") <<
")";
57 RemoteGuiAronDataVisitor::checkGroupsNotEmpty()
const
#define ARMARX_CHECK_POSITIVE(number)
This macro evaluates whether number is positive (> 0) and if it turns out to be false it will throw a...
Group(const std::string &label={})
std::stack< Group > groups
bool visitEnter(const std::string &key, const std::string &type, size_t size)