|
'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. | |
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.
| virtual classic::gov::cca::StringConsumerPort::~StringConsumerPort | ( | ) | [inline, virtual] |
obligatory vdtor
{}
| virtual classic::gov::cca::StringConsumerPort::~StringConsumerPort | ( | ) | [inline, virtual] |
obligatory vdtor
{}
| virtual void classic::gov::cca::StringConsumerPort::setString | ( | const char * | s | ) | [pure virtual] |
Pass a string to the component.
Implemented in classic::gov::cca::eg::SimpleStamper.
| virtual void classic::gov::cca::StringConsumerPort::setString | ( | const char * | s | ) | [virtual] |
Pass a string to the component.
Reimplemented in classic::gov::cca::eg::SimpleStamper.
1.7.6.1