#include <setting.h>

Public Member Functions | |
| void | clear () |
| SettingChanges & | operator= (SettingChanges &rhs) |
| void | push (std::auto_ptr< SettingChangeBase > pSettingChange) |
| void | restore () |
| SettingChanges () | |
| ~SettingChanges () | |
Private Types | |
| typedef std::vector < SettingChangeBase * > | setting_changes |
Private Attributes | |
| setting_changes | m_settingChanges |
typedef std::vector<SettingChangeBase *> YAML_PM::SettingChanges::setting_changes [private] |
| YAML_PM::SettingChanges::SettingChanges | ( | ) | [inline] |
| YAML_PM::SettingChanges::~SettingChanges | ( | ) | [inline] |
| void YAML_PM::SettingChanges::clear | ( | ) | [inline] |
| SettingChanges& YAML_PM::SettingChanges::operator= | ( | SettingChanges & | rhs | ) | [inline] |
| void YAML_PM::SettingChanges::push | ( | std::auto_ptr< SettingChangeBase > | pSettingChange | ) | [inline] |
| void YAML_PM::SettingChanges::restore | ( | ) | [inline] |