|
'Classic' CCA c++ binding (ccaffeine-only) 0.5.7
|
An example port for a standard interface for passing a string to a component. More...
#include <StringConsumerPort.h>


Public Member Functions | |
| virtual | ~StringConsumerPort () |
| obligatory vdtor | |
| virtual void | setString (const char *s)=0 |
| Pass a string to the component. | |
| virtual | ~StringConsumerPort () |
| obligatory vdtor | |
| virtual void | setString (const char *s) CLASSIC_CCA_PURE |
| Pass a string to the component. | |
Public Member Functions inherited from classic::gov::cca::Port | |
| virtual | ~Port () |
| obligatory virtual destructor | |
An example port for a standard interface for passing a string to a component.
The canonical string name of this port is "StringConsumerPort". The canonical name should probably be gov.cca.eg.StringConsumerPort or gov.cca.StringConsumerPort.
|
inlinevirtual |
obligatory vdtor
|
inlinevirtual |
obligatory vdtor
|
pure virtual |
Pass a string to the component.
Implemented in classic::gov::cca::eg::SimpleStamper.
|
virtual |
Pass a string to the component.
Reimplemented in classic::gov::cca::eg::SimpleStamper.