ACE_Registry_ImpExp Class ReferenceConfiguration 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 hexidecimal format "key"=hex: binary data. More...
Inheritance diagram for ACE_Registry_ImpExp:
![]()
Collaboration diagram for ACE_Registry_ImpExp:
![]()
Detailed DescriptionConfiguration 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 hexidecimal format "key"=hex: binary data.
Constructor & Destructor Documentation
Construction.
Destruction.
Member Function Documentation
Imports the configuration database from filename. No existing data is removed. Implements ACE_Config_ImpExp_Base.
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.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:16:28 2008 for ACE by ![]() |