| AllowOperatorsCommand (TemplateTreeNode& template_tree_node,
			  const string& cmd_name) | AllowOperatorsCommand | 
| bool  expand_actions (string& error_msg) | expand_actions | 
[virtual]
Reimplemented from BaseCommand.
| bool  check_referred_variables (string& error_msg) | check_referred_variables | 
[const virtual]
Reimplemented from BaseCommand.
| void  add_action (const list<string>& action) throw (ParseError) | add_action | 
[virtual]
Reimplemented from AllowCommand.
| bool  verify_variables (const ConfigTreeNode& 	ctn,
				  string& error_msg) | verify_variables | 
[const virtual]
Reimplemented from AllowCommand.
| bool  verify_variable_by_value (const ConfigTreeNode& ctn,
					  const string& value,
					  string& error_msg) | verify_variable_by_value | 
[const virtual]
| list<ConfigOperator>  allowed_operators () | allowed_operators | 
[const virtual]
| string  str () | str | 
[const virtual]
Reimplemented from AllowCommand.