webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
cricket::IceParameters Struct Reference

#include <transportdescription.h>

Public Member Functions

 IceParameters ()=default
 
 IceParameters (const std::string &ice_ufrag, const std::string &ice_pwd, bool ice_renomination)
 
bool operator== (const IceParameters &other)
 
bool operator!= (const IceParameters &other)
 
 IceParameters ()=default
 
 IceParameters (const std::string &ice_ufrag, const std::string &ice_pwd, bool ice_renomination)
 
bool operator== (const IceParameters &other)
 
bool operator!= (const IceParameters &other)
 

Public Attributes

std::string ufrag
 
std::string pwd
 
bool renomination = false
 

Constructor & Destructor Documentation

◆ IceParameters() [1/4]

cricket::IceParameters::IceParameters ( )
default

◆ IceParameters() [2/4]

cricket::IceParameters::IceParameters ( const std::string ice_ufrag,
const std::string ice_pwd,
bool  ice_renomination 
)
inline

◆ IceParameters() [3/4]

cricket::IceParameters::IceParameters ( )
default

◆ IceParameters() [4/4]

cricket::IceParameters::IceParameters ( const std::string ice_ufrag,
const std::string ice_pwd,
bool  ice_renomination 
)
inline

Member Function Documentation

◆ operator!=() [1/2]

bool cricket::IceParameters::operator!= ( const IceParameters other)
inline

◆ operator!=() [2/2]

bool cricket::IceParameters::operator!= ( const IceParameters other)
inline

◆ operator==() [1/2]

bool cricket::IceParameters::operator== ( const IceParameters other)
inline

◆ operator==() [2/2]

bool cricket::IceParameters::operator== ( const IceParameters other)
inline

Member Data Documentation

◆ pwd

std::string cricket::IceParameters::pwd

◆ renomination

bool cricket::IceParameters::renomination = false

◆ ufrag

std::string cricket::IceParameters::ufrag

The documentation for this struct was generated from the following file: