#include <oep_types.h>
Public Methods | |
OEP_caps () | |
virtual | ~OEP_caps () |
void | setKey (char *key) |
const char * | getKey (void) const |
void | addProxyPushSupplier (OEP_prxy *) |
const OepPrxyList & | getProxyPushSuppliers (void) const |
void | addProxyPullSupplier (OEP_prxy *) |
const OepPrxyList & | getProxyPullSuppliers (void) const |
Private Attributes | |
OepPrxyList | ppss |
OepPrxyList | ppls |
char * | key |
|
Definition at line 126 of file oep_types.cc. |
|
Definition at line 132 of file oep_types.cc. |
|
Definition at line 189 of file oep_types.cc. References ppls. |
|
Definition at line 177 of file oep_types.cc. References ppss. |
|
Definition at line 171 of file oep_types.cc. References key. |
|
Definition at line 195 of file oep_types.cc. References ppls. |
|
Definition at line 183 of file oep_types.cc. References ppss. |
|
Definition at line 160 of file oep_types.cc. References key. |
|
Definition at line 158 of file oep_types.h. |
|
Definition at line 157 of file oep_types.h. Referenced by addProxyPullSupplier(), getProxyPullSuppliers(), and ~OEP_caps(). |
|
Definition at line 156 of file oep_types.h. Referenced by addProxyPushSupplier(), getProxyPushSuppliers(), and ~OEP_caps(). |