58 map<string, string> props ;
62 string err =
"The specified command " + name
63 +
" is not a delete definition command" ;
67 string def_name = props[
"name"] ;
68 if( def_name.empty() )
70 string err = name +
" command: Must specify the definition to delete" ;
76 string storage = props[
"space"] ;
86 _str_cmd = (string)
"delete definition " + def_name
87 +
" from " + storage +
";" ;
104 << (
void *)
this <<
")" << endl ;