7 #ifndef __pyfe_fe_network_h__ 8 #define __pyfe_fe_network_h__ 10 class ClientFS :
public FunctionSet<fe::ClientI>
13 ClientFS(PyObject *pP) : FunctionSet<
fe::ClientI>(pP) {};
14 void setScope(
const ScopePtr &scopePtr);
15 void addLayout(
const LayoutPtr &layoutPtr);
17 const std::string &host, UWORD port,
const LayoutPtr &layoutPtr);
21 class ServerFS :
public FunctionSet<fe::ServerI>
24 ServerFS(PyObject *pP) : FunctionSet<
fe::ServerI>(pP) {};
25 void addLayout(
const LayoutPtr &layoutPtr);
27 const std::string &host, UWORD port,
const LayoutPtr &layoutPtr);
kernel
Definition: namespace.dox:3
SignalerI Function Set.
Definition: fe_signal.h:50