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

UNADOPTED Standard: More...

#include <JPrintfPort.h>

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

List of all members.

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
.


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