charon-core  0.3.1
OutputSlotIntf Class Referenceabstract

abstract interface class for output slots More...

#include <charon-core/Slots.h>

Inheritance diagram for OutputSlotIntf:

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 OutputSlotIntfgetDataSlot () 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
 

Detailed Description

Definition at line 373 of file Slots.h.


The documentation for this class was generated from the following file: