#include <Configuration_Import_Export.h>
Inheritance diagram for ACE_Registry_ImpExp:
Public Methods | |
ACE_Registry_ImpExp (ACE_Configuration &) | |
Construction. More... | |
virtual | ~ACE_Registry_ImpExp (void) |
Destruction. More... | |
virtual int | import_config (const ACE_TCHAR *filename) |
Imports the configuration database from filename. More... | |
virtual int | export_config (const ACE_TCHAR *filename) |
This method exports the entire configuration database to <filename>. More... | |
Private Methods | |
int | export_section (const ACE_Configuration_Section_Key §ion, const ACE_TString &path, FILE *out) |
int | process_previous_line_format (ACE_TCHAR *buffer, ACE_Configuration_Section_Key §ion) |
ACE_Registry_ImpExp (const ACE_Registry_ImpExp &) | |
ACE_Registry_ImpExp & | operator= (const ACE_Registry_ImpExp &) |
|
Construction.
|
|
Destruction.
|
|
|
|
This method exports the entire configuration database to <filename>. Once the file is opened this method calls 'export_section' passing the root section. Reimplemented from ACE_Config_ImpExp_Base. |
|
|
|
Imports the configuration database from filename. No existing data is removed. Reimplemented from ACE_Config_ImpExp_Base. |
|
|
|
|