|
'Classic' CCA c++ binding (ccaffeine-only) 0.5.7
|
An example component that takes an input string and stamps it with a time string, then puts it on output. More...
#include <SimpleStamper.h>


Public Member Functions | |
| SimpleStamper () | |
| Spec required null constructor. | |
| virtual | ~SimpleStamper () |
| required virtualness on destructor. | |
| virtual void | setServices (::classic::gov::cca::Services *svc) |
| Implements classic::gov::cca::Component. | |
| virtual void | setString (const char *s) |
| Implements StringConsumerPort. | |
Public Member Functions inherited from classic::gov::cca::Component | |
| virtual | ~Component () |
| obligatory virtual destructor | |
| virtual void | setServices (Services *cc) CLASSIC_CCA_PURE |
| The components containing framework provides services through the Services interface. | |
Public Member Functions inherited from classic::gov::cca::StringConsumerPort | |
| virtual | ~StringConsumerPort () |
| obligatory vdtor | |
| virtual | ~StringConsumerPort () |
| obligatory vdtor | |
Public Member Functions inherited from classic::gov::cca::Port | |
| virtual | ~Port () |
| obligatory virtual destructor | |
Private Attributes | |
| ::classic::gov::cca::Services * | svc |
| holding on to the svc from setServices, to answer setSTring with. | |
An example component that takes an input string and stamps it with a time string, then puts it on output.
| classic::gov::cca::eg::SimpleStamper::SimpleStamper | ( | ) |
Spec required null constructor.
|
virtual |
required virtualness on destructor.
|
virtual |
Implements classic::gov::cca::Component.
|
virtual |
Implements StringConsumerPort.
Implements classic::gov::cca::StringConsumerPort.
|
private |
holding on to the svc from setServices, to answer setSTring with.