classic_gov_cca_JPrintfPort(3)

classic::gov::cca::JPrintfPort(3) 'Classic' CCA c++ binding (ccaffeine-only) classic::gov::cca::JPrintfPort(3)

NAME

classic::gov::cca::JPrintfPort -

UNADOPTED Standard:

SYNOPSIS

#include <JPrintfPort.h>

Inherits classic::gov::cca::Port.

Public Member Functions


virtual ~JPrintfPort ()
obligatory vdtor virtual void p (char *msg) CLASSIC_CCA_PURE
Output a string on out device. virtual void p (char const *msg) CLASSIC_CCA_PURE
Output a string on out device. virtual void pn (char *msg) CLASSIC_CCA_PURE
Output a string on out device with added
. " virtual void pn (const char *msg) CLASSIC_CCA_PURE
Output a string on out device with added
. " virtual void e (char *msg) CLASSIC_CCA_PURE
Output a string on err device. virtual void e (const char *msg) CLASSIC_CCA_PURE
Output a string on err device. virtual void en (char *msg) CLASSIC_CCA_PURE
Output a string on err device with added
. " virtual void en (const char *msg) CLASSIC_CCA_PURE
Output a string on err device with added
. " virtual void l (char *msg) CLASSIC_CCA_PURE
Output a string on log device. virtual void l (const char *msg) CLASSIC_CCA_PURE
Output a string on log device. virtual void ln (char *msg) CLASSIC_CCA_PURE
Output a string on log device with added
. " virtual void ln (const char *msg) CLASSIC_CCA_PURE
Output a string on log device with added
. "

Detailed Description

UNADOPTED Standard:

Looks exactly like the java version of printfport, instead of using stdarg which doesn't work in g++ 3.[0 <= x <= 1].

Constructor & Destructor Documentation

virtual classic::gov::cca::JPrintfPort::~JPrintfPort () [inline, virtual]

obligatory vdtor

{}

Member Function Documentation

virtual void classic::gov::cca::JPrintfPort::p (char *msg) [virtual]

Output a string on out device.

virtual void classic::gov::cca::JPrintfPort::p (char const *msg) [virtual]

Output a string on out device.

virtual void classic::gov::cca::JPrintfPort::pn (char *msg) [virtual]

Output a string on out device with added
.

virtual void classic::gov::cca::JPrintfPort::pn (const char *msg) [virtual]

Output a string on out device with added
.

virtual void classic::gov::cca::JPrintfPort::e (char *msg) [virtual]

Output a string on err device.

virtual void classic::gov::cca::JPrintfPort::e (const char *msg) [virtual]

Output a string on err device.

virtual void classic::gov::cca::JPrintfPort::en (char *msg) [virtual]

Output a string on err device with added
.

virtual void classic::gov::cca::JPrintfPort::en (const char *msg) [virtual]

Output a string on err device with added
.

virtual void classic::gov::cca::JPrintfPort::l (char *msg) [virtual]

Output a string on log device.

virtual void classic::gov::cca::JPrintfPort::l (const char *msg) [virtual]

Output a string on log device.

virtual void classic::gov::cca::JPrintfPort::ln (char *msg) [virtual]

Output a string on log device with added
.

virtual void classic::gov::cca::JPrintfPort::ln (const char *msg) [virtual]

Output a string on log device with added
.

Author

Generated automatically by Doxygen for 'Classic' CCA c++ binding (ccaffeine-only) from the source code.

Tue Nov 12 2013 Version 0.5.7