ACE  6.2.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes
Configuration_Import_Export.h File Reference
#include "ace/Configuration.h"
#include "ace/SString.h"

Classes

class  ACE_Config_ImpExp_Base
 Base class for file import/export configuration. More...
 
class  ACE_Registry_ImpExp
 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...
 
class  ACE_Ini_ImpExp
 Imports the configuration database from filename as strings. Allows non-typed values. (no #, dword: hex:, etc. prefixes) and skips whitespace (tabs and spaces) as in standard .ini and .conf files. Values (to right of equal sign) can be double quote delimited to embed tabs and spaces in the string. Caller must convert string to type. More...
 

Detailed Description

Id:
Configuration_Import_Export.h 93359 2011-02-11 11:33:12Z mcorino
Author
Jerry D. Odenwelder Jr. jerry.nosp@m..o@m.nosp@m.indsp.nosp@m.ring.nosp@m..com Chris Hafey chris.nosp@m.@ste.nosp@m.ntors.nosp@m.oft..nosp@m.com

Classes defined in this file provide the ability to import and export ACE Configuration objects to/from disk files. The base class ACE_Config_ImpExp_Base provides the common functionality and the derived classes implement the import/export functionality for the specific format.

Todo:
  • Add locking for thread safety.
  • Provide ability to read file in one format and write in another.
  • See todo's in each class