|
'Classic' CCA c++ binding (ccaffeine-only)
0.5.7
|
UNADOPTED Standard: A just-do-it port. More...
#include <GoPort.h>


Public Member Functions | |
| virtual | ~GoPort () |
| obligatory vdtor | |
| virtual int | go () CLASSIC_CCA_PURE |
| Make the component do its thing. | |
UNADOPTED Standard: A just-do-it port.
Tremendously useful. The canonical string type-name for this port is "GoPort", though it should probably be "gov.cca.GoPort".
| virtual classic::gov::cca::GoPort::~GoPort | ( | ) | [inline, virtual] |
obligatory vdtor
{}
| virtual int classic::gov::cca::GoPort::go | ( | ) | [virtual] |
Make the component do its thing.
The component does not throw c++ exceptions except in the form of returning -2.
1.7.6.1