| MasterConfigTreeNode (bool verbose) | MasterConfigTreeNode | 
| MasterConfigTreeNode (const MasterConfigTreeNode& ctn) | MasterConfigTreeNode | 
| MasterConfigTreeNode (const string& node_name, const string& path, 
			 const TemplateTreeNode* ttn, 
			 MasterConfigTreeNode* parent,
			 const ConfigNodeId& node_id,
			 uid_t user_id, bool verbose) | MasterConfigTreeNode | 
| ConfigTreeNode*  create_node (const string& segment, 
					const string& path,
					const TemplateTreeNode* ttn, 
					ConfigTreeNode* parent_node, 
					const ConfigNodeId& node_id,
					uid_t user_id,
					uint32_t clientid,
					bool verbose) | create_node | 
[virtual]
Reimplemented from ConfigTreeNode.
| ConfigTreeNode*  create_node (const ConfigTreeNode& ctn) | create_node | 
[virtual]
Reimplemented from ConfigTreeNode.
| void  command_status_callback (const Command* cmd, bool success) | command_status_callback | 
| void  find_changed_modules (set<string>& changed_modules) | find_changed_modules | 
[const]
| void  find_active_modules (set<string>& active_modules) | find_active_modules | 
[const]
| void  find_all_modules (set<string>& all_modules) | find_all_modules | 
[const]
| void  initialize_commit () | initialize_commit | 
| bool  children_changed () | children_changed | 
| bool  commit_changes (TaskManager& task_manager, bool do_commit,
			int depth, int last_depth, string& error_msg,
			bool& needs_activate, bool& needs_update) | commit_changes | 
| bool  check_commit_status (string& error_msg) | check_commit_status | 
[const]
| void  finalize_commit () | finalize_commit | 
| int _actions_pending | _actions_pending | 
[protected]
| bool _actions_succeeded | _actions_succeeded | 
[protected]
| const Command* _cmd_that_failed | _cmd_that_failed | 
[protected]