#include <source/ariba/communication/modules/network/NetworkLocator.h>
Public Member Functions | |
NetworkLocator () | |
virtual | ~NetworkLocator () |
virtual bool | operator== (const NetworkLocator &rh) const =0 |
virtual bool | operator!= (const NetworkLocator &rh) const =0 |
virtual string | toString () const =0 |
Definition at line 51 of file NetworkLocator.h.
NetworkLocator::NetworkLocator | ( | ) |
Definition at line 43 of file NetworkLocator.cpp.
NetworkLocator::~NetworkLocator | ( | ) | [virtual] |
Definition at line 46 of file NetworkLocator.cpp.
virtual bool NetworkLocator::operator== | ( | const NetworkLocator & | rh | ) | const [pure virtual] |
Implemented in ariba::communication::IPv4Locator.
virtual bool NetworkLocator::operator!= | ( | const NetworkLocator & | rh | ) | const [pure virtual] |
Implemented in ariba::communication::IPv4Locator.
virtual string NetworkLocator::toString | ( | ) | const [pure virtual] |
Returns a textual representation of the address
Reimplemented from ariba::utility::Locator.
Implemented in ariba::communication::IPv4Locator.