58 map<string, string> props ;
62 string err =
"The specified command " + action
63 +
" is not a set context command" ;
69 name = props[
"name"] ;
72 string err = action +
" command: name property missing" ;
77 string err = action +
" command: context value missing" ;
82 _str_cmd = (string)
"set context " + name +
" to " + value +
";" ;
99 << (
void *)
this <<
")" << endl ;