#include <oep_types.h>
Public Methods | |
OEP_saps () | |
virtual | ~OEP_saps () |
void | setKey (char *key) |
const char * | getKey (void) const |
void | addProxyPushConsumer (OEP_prxy *) |
const OepPrxyList & | getProxyPushConsumers (void) const |
void | addProxyPullConsumer (OEP_prxy *) |
const OepPrxyList & | getProxyPullConsumers (void) const |
Private Attributes | |
OepPrxyList | ppsc |
OepPrxyList | pplc |
char * | key |
|
Definition at line 204 of file oep_types.cc. |
|
Definition at line 210 of file oep_types.cc. |
|
Definition at line 266 of file oep_types.cc. References pplc. |
|
Definition at line 254 of file oep_types.cc. References ppsc. |
|
Definition at line 248 of file oep_types.cc. References key. |
|
Definition at line 272 of file oep_types.cc. References pplc. |
|
Definition at line 260 of file oep_types.cc. References ppsc. |
|
Definition at line 237 of file oep_types.cc. References key. |
|
Definition at line 182 of file oep_types.h. |
|
Definition at line 181 of file oep_types.h. Referenced by addProxyPullConsumer(), getProxyPullConsumers(), and ~OEP_saps(). |
|
Definition at line 180 of file oep_types.h. Referenced by addProxyPushConsumer(), getProxyPushConsumers(), and ~OEP_saps(). |