OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
xmpp_factory.h File Reference
#include "base/factory.h"
Include dependency graph for xmpp_factory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  XmppStaticObjectFactory
 

Typedefs

using XmppServerConnectionRec = XmppStaticObjectFactory::FactoryRecord< XmppServerConnection, XmppServer *, const XmppChannelConfig * >
 
using XmppClientConnectionRec = XmppStaticObjectFactory::FactoryRecord< XmppClientConnection, XmppClient *, const XmppChannelConfig * >
 
using XmppStateMachineRec = XmppStaticObjectFactory::FactoryRecord< XmppStateMachine, XmppConnection *, bool, bool, int >
 
using XmppChannelMuxRec = XmppStaticObjectFactory::FactoryRecord< XmppChannelMux, XmppConnection * >
 
using XmppLifetimeManagerRec = XmppStaticObjectFactory::FactoryRecord< XmppLifetimeManager, int >
 

Typedef Documentation