NEOCCA bindings Specification  0.2.8
Public Member Functions | List of all members
neo::cca::ports::JPrintfPort Class Referenceabstract

"neo.cca.ports.JPrintfPort: a port for making a string go to one of three channel, which may be routed anywhere by the framework or providing component (UNADOPTED in the standard). More...

#include <JPrintfPort.hh>

Inheritance diagram for neo::cca::ports::JPrintfPort:
Inheritance graph
[legend]
Collaboration diagram for neo::cca::ports::JPrintfPort:
Collaboration graph
[legend]

Public Member Functions

virtual ~JPrintfPort ()
 obligatory vdtor More...
 
virtual void p (char *msg)=0
 Output a string on out device. More...
 
virtual void p (const char *msg)=0
 Output a string on out device. More...
 
virtual void pn (char *msg)=0
 Output a string on out device with added
. More...
 
virtual void pn (const char *msg)=0
 Output a string on out device with added
. More...
 
virtual void e (char *msg)=0
 Output a string on err device. More...
 
virtual void e (const char *msg)=0
 Output a string on err device. More...
 
virtual void en (char *msg)=0
 Output a string on err device with added
. More...
 
virtual void en (const char *msg)=0
 Output a string on err device with added
. More...
 
virtual void l (char *msg)=0
 Output a string on log device. More...
 
virtual void l (const char *msg)=0
 Output a string on log device. More...
 
virtual void ln (char *msg)=0
 Output a string on log device with added
. More...
 
virtual void ln (const char *msg)=0
 Output a string on log device with added
. More...
 
virtual void p (const std::string &msg)=0
 Output a string on out device. More...
 
virtual void pn (const std::string &msg)=0
 Output a string on out device with added
. More...
 
virtual void e (const std::string &msg)=0
 Output a string on err device. More...
 
virtual void en (const std::string &msg)=0
 Output a string on err device with added
. More...
 
virtual void l (const std::string &msg)=0
 Output a string on log device. More...
 
virtual void ln (const std::string &msg)=0
 Output a string on log device with added
. More...
 
- Public Member Functions inherited from neo::cca::Port
virtual ~Port ()
 obligatory virtual destructor More...
 

Detailed Description

"neo.cca.ports.JPrintfPort: a port for making a string go to one of three channel, which may be routed anywhere by the framework or providing component (UNADOPTED in the standard).

Constructor & Destructor Documentation

◆ ~JPrintfPort()

virtual neo::cca::ports::JPrintfPort::~JPrintfPort ( )
inlinevirtual

obligatory vdtor

20 {}

Member Function Documentation

◆ p() [1/3]

virtual void neo::cca::ports::JPrintfPort::p ( char *  msg)
pure virtual

Output a string on out device.

◆ p() [2/3]

virtual void neo::cca::ports::JPrintfPort::p ( const char *  msg)
pure virtual

Output a string on out device.

◆ pn() [1/3]

virtual void neo::cca::ports::JPrintfPort::pn ( char *  msg)
pure virtual

Output a string on out device with added
.

◆ pn() [2/3]

virtual void neo::cca::ports::JPrintfPort::pn ( const char *  msg)
pure virtual

Output a string on out device with added
.

◆ e() [1/3]

virtual void neo::cca::ports::JPrintfPort::e ( char *  msg)
pure virtual

Output a string on err device.

◆ e() [2/3]

virtual void neo::cca::ports::JPrintfPort::e ( const char *  msg)
pure virtual

Output a string on err device.

◆ en() [1/3]

virtual void neo::cca::ports::JPrintfPort::en ( char *  msg)
pure virtual

Output a string on err device with added
.

◆ en() [2/3]

virtual void neo::cca::ports::JPrintfPort::en ( const char *  msg)
pure virtual

Output a string on err device with added
.

◆ l() [1/3]

virtual void neo::cca::ports::JPrintfPort::l ( char *  msg)
pure virtual

Output a string on log device.

◆ l() [2/3]

virtual void neo::cca::ports::JPrintfPort::l ( const char *  msg)
pure virtual

Output a string on log device.

◆ ln() [1/3]

virtual void neo::cca::ports::JPrintfPort::ln ( char *  msg)
pure virtual

Output a string on log device with added
.

◆ ln() [2/3]

virtual void neo::cca::ports::JPrintfPort::ln ( const char *  msg)
pure virtual

Output a string on log device with added
.

◆ p() [3/3]

virtual void neo::cca::ports::JPrintfPort::p ( const std::string &  msg)
pure virtual

Output a string on out device.

◆ pn() [3/3]

virtual void neo::cca::ports::JPrintfPort::pn ( const std::string &  msg)
pure virtual

Output a string on out device with added
.

◆ e() [3/3]

virtual void neo::cca::ports::JPrintfPort::e ( const std::string &  msg)
pure virtual

Output a string on err device.

◆ en() [3/3]

virtual void neo::cca::ports::JPrintfPort::en ( const std::string &  msg)
pure virtual

Output a string on err device with added
.

◆ l() [3/3]

virtual void neo::cca::ports::JPrintfPort::l ( const std::string &  msg)
pure virtual

Output a string on log device.

◆ ln() [3/3]

virtual void neo::cca::ports::JPrintfPort::ln ( const std::string &  msg)
pure virtual

Output a string on log device with added
.


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