ANNA Suite
2020b
Multipurpose development suite for Telco applications
|
#include <AccessPoint.hpp>
Public Member Functions | |
AccessPoint () | |
AccessPoint (const std::string &path) | |
AccessPoint (const INetAddress &inetAddress) | |
~AccessPoint () | |
const INetAddress & | getINetAddress () const |
const std::string & | getPath () const |
void | clear () |
bool | isNull () const |
bool | operator== (const AccessPoint &) const |
AccessPoint & | operator= (const INetAddress &) |
AccessPoint & | operator= (const std::string &path) |
AccessPoint & | operator= (const AccessPoint &) |
void | asString (std::string &msg) const |
void | asXML (const char *name, xml::Node *parent) const noexcept(false) |
std::string | serialize () const |
void | translate (const Socket &, sockaddr *&, int &len) noexcept(false) |
Estructura para mantener la informacion de los extremos de un Socket.
Dependiendo del tipo de Socket puede tener un punto local y/o un punto remoto.
|
inline |
|
inline |
void anna::comm::AccessPoint::asString | ( | std::string & | msg | ) | const |
|
noexcept |
|
inline |
|
inline |
|
inline |
AccessPoint& anna::comm::AccessPoint::operator= | ( | const INetAddress & | ) |
AccessPoint& anna::comm::AccessPoint::operator= | ( | const std::string & | path | ) |
AccessPoint& anna::comm::AccessPoint::operator= | ( | const AccessPoint & | ) |
bool anna::comm::AccessPoint::operator== | ( | const AccessPoint & | ) | const |
std::string anna::comm::AccessPoint::serialize | ( | ) | const |
|
noexcept |