TwiceAsNice
2019-02-18
|
#include <iostream>
#include <string>
#include <Nice/App/EndpointVar.h>
#include <Nice/Time/Time.h>
#include <Nice/Log.h>
Classes | |
struct | Nice::EndpointConnection |
class | Nice::Endpoint |
Namespaces | |
Nice | |
Typedefs | |
typedef std::vector< Endpoint > | Nice::SeqEndpoint |
typedef IceUtil::Handle< Nice::Endpoint > | Nice::EndpointPtr |
Functions | |
bool | Nice::operator== (const Endpoint &p1, const Endpoint &p2) |
bool | Nice::operator!= (const Endpoint &p1, const Endpoint &p2) |
std::ostream & | Nice::operator<< (std::ostream &, const Nice::EndpointConnectionVar &) |
represent this endpoint as "host":"port" (IPv4) or ["host"]:"port" (IPv6) More... | |
std::istream & | Nice::operator>> (std::istream &, Nice::EndpointConnectionVar &) |
std::ostream & | Nice::operator<< (std::ostream &, const Nice::EndpointVar &) |
std::istream & | Nice::operator>> (std::istream &, Nice::EndpointVar &) |