YARP
Yet Another Robot Platform
yarp::manager::Portmap Class Reference

Class Portmap. More...

#include <yarp/manager/application.h>

Public Member Functions

 Portmap (const char *szOld, const char *szNew)
 
virtual ~Portmap ()=default
 
const char * oldPort ()
 
const char * newPort ()
 
bool operator== (const Portmap &alt) const
 

Detailed Description

Class Portmap.

Definition at line 30 of file application.h.

Constructor & Destructor Documentation

◆ Portmap()

yarp::manager::Portmap::Portmap ( const char *  szOld,
const char *  szNew 
)
inline

Definition at line 33 of file application.h.

◆ ~Portmap()

virtual yarp::manager::Portmap::~Portmap ( )
virtualdefault

Member Function Documentation

◆ newPort()

const char* yarp::manager::Portmap::newPort ( )
inline

Definition at line 39 of file application.h.

◆ oldPort()

const char* yarp::manager::Portmap::oldPort ( )
inline

Definition at line 38 of file application.h.

◆ operator==()

bool yarp::manager::Portmap::operator== ( const Portmap alt) const
inline

Definition at line 40 of file application.h.


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