14#ifndef ATTRIBUTE_STORE_TEST_HELPERS_H
15#define ATTRIBUTE_STORE_TEST_HELPERS_H
127using namespace attribute_store;
137attribute
create_branch(std::string branch_descriptor, attribute branch_root = 0);
147attribute
check_branch(std::string branch_descriptor, attribute branch_root = 0);
attribute store C++ wrapper.
attribute check_branch(std::string branch_descriptor, attribute branch_root=0)
Parse branch descriptor and check branch starting from branch root node.
attribute create_branch(std::string branch_descriptor, attribute branch_root=0)
Parse branch descriptor and create branch starting from branch root node.