ACE
6.3.3
|
Configuration object that imports/exports data to a file formatted using the Win32 Registry file export format. This format looks like [Section] "key"="String Data" "key"=dword: numeric data in hexadecimal format "key"=hex: binary data. More...
#include <Configuration_Import_Export.h>
Public Member Functions | |
ACE_Registry_ImpExp (ACE_Configuration &) | |
Construction. More... | |
virtual | ~ACE_Registry_ImpExp (void) |
Destruction. More... | |
virtual int | import_config (const ACE_TCHAR *filename) |
virtual int | export_config (const ACE_TCHAR *filename) |
Public Member Functions inherited from ACE_Config_ImpExp_Base | |
ACE_Config_ImpExp_Base (ACE_Configuration &config) | |
Constructor taking the ACE_Configuration to import/export to. More... | |
virtual | ~ACE_Config_ImpExp_Base (void) |
Private Member Functions | |
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 &) |
Additional Inherited Members | |
Protected Attributes inherited from ACE_Config_ImpExp_Base | |
ACE_Configuration & | config_ |
Configuration object that imports/exports data to a file formatted using the Win32 Registry file export format. This format looks like [Section] "key"="String Data" "key"=dword: numeric data in hexadecimal format "key"=hex: binary data.
ACE_Registry_ImpExp::ACE_Registry_ImpExp | ( | ACE_Configuration & | config | ) |
Construction.
|
virtual |
Destruction.
|
private |
|
virtual |
This method exports the entire configuration database to filename. Once the file is opened this method calls export_section() passing the root section.
Implements ACE_Config_ImpExp_Base.
|
private |
|
virtual |
Imports the configuration database from filename. No existing data is removed.
Implements ACE_Config_ImpExp_Base.
|
private |
|
private |