Class used to manage the runtime configuration to be loaded with mlgen. More...
#include "ActiveObjectConfiguration.hpp"
#include "ServiceDeploymentConfiguration.hpp"
#include <XmlDocument.hpp>
#include <list>
#include <map>
#include <vector>
Go to the source code of this file.
Classes | |
class | mermaid::mermaidloader::DeploymentConfiguration |
Class used to manage the runtime configuration to be loaded with mlgen. More... | |
Typedefs | |
typedef map< std::string, shared_ptr < ActiveObjectConfiguration > > | mermaid::mermaidloader::ActiveObjectConfigurationNameMap |
typedef map< std::string, vector< shared_ptr < ServiceDeploymentConfiguration > > > | mermaid::mermaidloader::ActiveObjectConfigurationServiceMap |
typedef list< std::string > | mermaid::mermaidloader::DataDescriptionFileList |
typedef list< std::string > | mermaid::mermaidloader::EntityDescriptionFileList |
typedef list< std::string > | mermaid::mermaidloader::FileSearchPathList |
typedef map< std::string, shared_ptr < ServiceDeploymentConfiguration > > | mermaid::mermaidloader::ServiceDeploymentConfigurationNameMap |
typedef list< std::string > | mermaid::mermaidloader::ServiceTypeDescriptionFileList |
Class used to manage the runtime configuration to be loaded with mlgen.
Definition in file DeploymentConfiguration.hpp.