| Action (TemplateTreeNode& template_tree_node, const list<string>& action) | Action | 
| ~Action () | ~Action | 
[virtual]
| enum ActionCharType { VAR, NON_VAR, QUOTE, ASSIGN } | ActionCharType | 
| string  str () | str | 
[const]
| TemplateTreeNode&  template_tree_node () | template_tree_node | 
| const TemplateTreeNode&  template_tree_node () | template_tree_node | 
[const]
| bool  expand_action (string& error_msg) | expand_action | 
[virtual]
| bool  check_referred_variables (string& error_msg) | check_referred_variables | 
[const virtual]
| list<string> _action | _action | 
[protected]
| list<string> _split_cmd | _split_cmd | 
[protected]
| list<string> _referred_variables | _referred_variables | 
[protected]
| TemplateTreeNode& _template_tree_node | _template_tree_node | 
[protected]