|
'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. | |
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.
Spec required null constructor.
| virtual classic::gov::cca::eg::SimpleStamper::~SimpleStamper | ( | ) | [virtual] |
required virtualness on destructor.
| virtual void classic::gov::cca::eg::SimpleStamper::setServices | ( | ::classic::gov::cca::Services * | svc | ) | [virtual] |
Implements classic::gov::cca::Component.
| virtual void classic::gov::cca::eg::SimpleStamper::setString | ( | const char * | s | ) | [virtual] |
Implements StringConsumerPort.
Implements classic::gov::cca::StringConsumerPort.
holding on to the svc from setServices, to answer setSTring with.
1.7.6.1