37 for (
int i = 0; attr[
i];
i += 2)
39 if(std::string(attr[
i]) ==
"name")
name(attr[i+1]);
40 if(std::string(attr[i]) ==
"kind")
kind(attr[i+1]);
45 std::string element(el);
47 this->
maxcount(
"component",1,element);
59 std::string element(el);
84 DEBTRACE(
"component_set: " << name )