Abstract interface for allocating network resources. More...
#include <yarp/serversql/impl/Allocator.h>
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 |
Abstract interface for allocating network resources.
Definition at line 41 of file Allocator.h.
|
virtualdefault |
|
pure virtual |
Implemented in yarp::serversql::impl::AllocatorOnTriples.
|
pure virtual |
Implemented in yarp::serversql::impl::AllocatorOnTriples.
|
pure virtual |
Implemented in yarp::serversql::impl::AllocatorOnTriples.