class UniqueId

class for an unique id of an MGCP entity based on host:port:transactionID

Public Methods

bool operator <(const UniqueId& uID)
less than operator < for map sorting
bool operator == (const UniqueId& uID)
equal comparison operator == for hash_map
UniqueId(const string& host, int port, int transactionID)
constructor
UniqueId()
default constructor
UniqueId(const UniqueId& uID)
copy constructor

Private Fields

string m_host
hostname of the entity
int m_port
port on the host
int m_transactionID
transaction ID

Documentation

class for an unique id of an MGCP entity based on host:port:transactionID
UniqueId()
default constructor

UniqueId(const string& host, int port, int transactionID)
constructor

UniqueId(const UniqueId& uID)
copy constructor

bool operator <(const UniqueId& uID)
less than operator < for map sorting

bool operator == (const UniqueId& uID)
equal comparison operator == for hash_map

string m_host
hostname of the entity

int m_port
port on the host

int m_transactionID
transaction ID


This class has no child classes.

alphabetic index hierarchy of classes


generated by doc++