YARP
Yet Another Robot Platform
yarp::serversql::impl::Allocator Class Referenceabstract

Abstract interface for allocating network resources. More...

#include <yarp/serversql/impl/Allocator.h>

+ Inheritance diagram for yarp::serversql::impl::Allocator:

Public Member Functions

virtual ~Allocator ()=default
 
virtual yarp::os::Contact completePortName (const yarp::os::Contact &c)=0
 
virtual yarp::os::Contact completeSocket (const yarp::os::Contact &c)=0
 
virtual bool freePortResources (const yarp::os::Contact &c)=0
 

Detailed Description

Abstract interface for allocating network resources.

Definition at line 41 of file Allocator.h.

Constructor & Destructor Documentation

◆ ~Allocator()

virtual yarp::serversql::impl::Allocator::~Allocator ( )
virtualdefault

Member Function Documentation

◆ completePortName()

virtual yarp::os::Contact yarp::serversql::impl::Allocator::completePortName ( const yarp::os::Contact c)
pure virtual

◆ completeSocket()

virtual yarp::os::Contact yarp::serversql::impl::Allocator::completeSocket ( const yarp::os::Contact c)
pure virtual

◆ freePortResources()

virtual bool yarp::serversql::impl::Allocator::freePortResources ( const yarp::os::Contact c)
pure virtual

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