RSB
0.7.0
|
#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"
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 () |