61 map<string, string> props ;
65 string err =
"The specified command " + action
66 +
" is not a set container command" ;
72 string err = action +
" command: container real name missing" ;
77 name = props[
"name"] ;
80 string err = action +
" command: name property missing" ;
87 storage = props[
"space"] ;
88 if( !storage.empty() )
98 string container_type = props[
"type"] ;
105 _str_cmd = (string)
"set container in " + storage
106 +
" values " + name +
"," + value ;
107 if( !container_type.empty() )
128 << (
void *)
this <<
")" << endl ;