classic_gov_cca_StringConsumerPort(3)
| classic::gov::cca::StringConsumerPort(3) | 'Classic' CCA c++ binding (ccaffeine-only) | classic::gov::cca::StringConsumerPort(3) |
NAME
classic::gov::cca::StringConsumerPort -
An example port for a standard interface for passing a string to a component.
SYNOPSIS
#include <StringConsumerPort.h>
Inherits classic::gov::cca::Port, and classic::gov::cca::Port.
Inherited by classic::gov::cca::eg::SimpleStamper [virtual].
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.
Detailed Description
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.
Constructor & Destructor Documentation
virtual classic::gov::cca::StringConsumerPort::~StringConsumerPort () [inline, virtual]
obligatory vdtor
{}
virtual classic::gov::cca::StringConsumerPort::~StringConsumerPort () [inline, virtual]
obligatory vdtor
{}
Member Function Documentation
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.
Author
Generated automatically by Doxygen for 'Classic' CCA c++ binding (ccaffeine-only) from the source code.
| Tue Nov 12 2013 | Version 0.5.7 |
