openModeller  Version 1.4.0
Configuration Struct Reference

#include <Configuration.hh>

List of all members.

Public Types

typedef std::vector
< ConfigurationPtr
subsection_list
typedef std::pair< std::string,
std::string > 
attribute
typedef std::vector< attributeattribute_list

Static Public Member Functions

static ConfigurationPtr readXml (char const *filename)
static ConfigurationPtr readXml (std::istream &is)
static void writeXml (const ConstConfigurationPtr &config, char const *fileaname)
static void writeXml (const ConstConfigurationPtr &config, std::ostream &os)

Detailed Description

Definition at line 44 of file Configuration.hh.


Member Typedef Documentation

typedef std::pair<std::string,std::string> Configuration::attribute

Definition at line 47 of file Configuration.hh.

Definition at line 48 of file Configuration.hh.

Definition at line 46 of file Configuration.hh.


Member Function Documentation

ConfigurationPtr Configuration::readXml ( char const *  filename) [static]
static ConfigurationPtr Configuration::readXml ( std::istream &  is) [static]
void Configuration::writeXml ( const ConstConfigurationPtr config,
char const *  fileaname 
) [static]

Definition at line 95 of file Configuration_xmlio.cpp.

Referenced by main(), RequestFile::makeModel(), and writeOutput().

static void Configuration::writeXml ( const ConstConfigurationPtr config,
std::ostream &  os 
) [static]

The documentation for this struct was generated from the following files: