'Classic' CCA c++ binding (ccaffeine-only)  0.5.7
Public Member Functions | Private Attributes
classic::gov::cca::eg::SimpleStamper Class Reference

An example component that takes an input string and stamps it with a time string, then puts it on output. More...

#include <SimpleStamper.h>

Inheritance diagram for classic::gov::cca::eg::SimpleStamper:
Inheritance graph
[legend]
Collaboration diagram for classic::gov::cca::eg::SimpleStamper:
Collaboration graph
[legend]

List of all members.

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::Servicessvc
 holding on to the svc from setServices, to answer setSTring with.

Detailed Description

An example component that takes an input string and stamps it with a time string, then puts it on output.


Constructor & Destructor Documentation

Spec required null constructor.

required virtualness on destructor.


Member Function Documentation

virtual void classic::gov::cca::eg::SimpleStamper::setString ( const char *  s) [virtual]

Member Data Documentation

holding on to the svc from setServices, to answer setSTring with.


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