|
charon-core
0.3.1
|
abstract interface class for output slots More...
#include <charon-core/Slots.h>

Public Member Functions | |
| virtual Slot::CacheType | getCacheType () const =0 |
| query data cache type | |
| virtual const std::string & | getConfig () const =0 |
| get manager configuration string | |
| virtual const OutputSlotIntf * | getDataSlot () const =0 |
| Return a pointer to a real slot. | |
| virtual std::string | getName () const =0 |
| get the name | |
| virtual std::string | getType () const =0 |
| get the type | |
| virtual void | setCacheType (Slot::CacheType type)=0 |
| change data cache type | |
| virtual void | setConfig (std::string conf)=0 |
| set manager configuration string | |