'Classic' CCA c++ binding (ccaffeine-only) 0.5.7
Public Member Functions | List of all members
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]

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


 
- Public Member Functions inherited from classic::gov::cca::Port
virtual ~Port ()
 obligatory virtual destructor
 

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

◆ ~JPrintfPort()

virtual classic::gov::cca::JPrintfPort::~JPrintfPort ( )
inlinevirtual

obligatory vdtor

20{}

Member Function Documentation

◆ p() [1/2]

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

Output a string on out device

◆ p() [2/2]

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

Output a string on out device

◆ pn() [1/2]

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

Output a string on out device with added

◆ pn() [2/2]

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

Output a string on out device with added

◆ e() [1/2]

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

Output a string on err device

◆ e() [2/2]

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

Output a string on err device

◆ en() [1/2]

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

Output a string on err device with added

◆ en() [2/2]

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

Output a string on err device with added

◆ l() [1/2]

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

Output a string on log device

◆ l() [2/2]

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

Output a string on log device

◆ ln() [1/2]

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

Output a string on log device with added

◆ ln() [2/2]

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: