RSB  0.7.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Factory.h File Reference
#include <string>
#include <vector>
#include <map>
#include <rsc/runtime/NoSuchObject.h>
#include <rsc/runtime/TypeStringTools.h>
#include <rsc/runtime/Printable.h>
#include <rsc/patterns/Factory.h>
#include "InPullConnector.h"
#include "InPushConnector.h"
#include "OutConnector.h"
#include "rsb/rsbexports.h"
Include dependency graph for Factory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  rsb::transport::ConnectorFactory< Interface >
 Objects of this class are specialized factories that construct Connector objects and provide introspection for connector implementations without instantiating them. More...
class  rsb::transport::ConnectorFactory< Interface >::ConnectorInfo
 Instances of this class describe capabilities and properties of connector implementations. More...

Namespaces

namespace  rsb
namespace  rsb::transport

Typedefs

typedef ConnectorFactory
< InPullConnector > 
rsb::transport::InPullFactory
typedef ConnectorFactory
< InPushConnector > 
rsb::transport::InPushFactory
typedef ConnectorFactory
< OutConnector > 
rsb::transport::OutFactory

Functions

InPullFactory & rsb::transport::getInPullFactory ()
InPushFactory & rsb::transport::getInPushFactory ()
OutFactory & rsb::transport::getOutFactory ()