'Classic' CCA c++ binding (ccaffeine-only)  0.5.7
Public Member Functions
classic::gov::cca::StringConsumerPort Class Reference

An example port for a standard interface for passing a string to a component. More...

#include <StringConsumerPort.h>

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

List of all members.

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

obligatory vdtor

{}

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.


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