#include "ace/Configuration.h"
#include "ace/SString.h"
Include dependency graph for Configuration_Import_Export.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Config_ImpExp_Base |
Base class for file import/export configuration. 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... | |
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 hexidecimal format "key"=hex: binary data. More... |