RSB  0.17.0
Factory.cpp File Reference
#include "Factory.h"
#include <boost/filesystem/fstream.hpp>
#include <rsc/config/Configuration.h>
#include <rsc/config/Environment.h>
#include <rsc/logging/OptionBasedConfigurator.h>
#include <rsc/plugins/Manager.h>
#include <rsc/plugins/Configurator.h>
#include <rsb/Version.h>
#include "eventprocessing/strategies.h"
#include "converter/converters.h"
#include "converter/Repository.h"
#include "converter/UnambiguousConverterMap.h"
#include "transport/transports.h"
Include dependency graph for Factory.cpp:

Go to the source code of this file.

Classes

struct  rsb::ConfigDebugPrinter
 

Namespaces

 rsb
 

Enumerations

enum  ConverterDirection
 

Functions

Factory & rsb::getFactory ()
 Returns a factory for client-level RSB objects. More...
 

Variables

const std::string rsb::CONFIG_DEBUG_ENVIRONMENT_VARIABLE = "RSB_CONFIG_DEBUG"
 
const std::string rsb::CONFIG_FILES_ENVIRONEMNT_VARIABLE = "RSB_CONFIG_FILES"
 
Factory * rsb::factoryWhileLoadingPlugins = NULL
 

Enumeration Type Documentation

Definition at line 61 of file Factory.cpp.