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

#include <codec.h>

Public Member Functions

 FeedbackParam ()=default
 
 FeedbackParam (const std::string &id, const std::string &param)
 
 FeedbackParam (const std::string &id)
 
bool operator== (const FeedbackParam &other) const
 
const std::stringid () const
 
const std::stringparam () const
 
 FeedbackParam ()=default
 
 FeedbackParam (const std::string &id, const std::string &param)
 
 FeedbackParam (const std::string &id)
 
bool operator== (const FeedbackParam &other) const
 
const std::stringid () const
 
const std::stringparam () const
 

Constructor & Destructor Documentation

◆ FeedbackParam() [1/6]

cricket::FeedbackParam::FeedbackParam ( )
default

◆ FeedbackParam() [2/6]

cricket::FeedbackParam::FeedbackParam ( const std::string id,
const std::string param 
)
inline

◆ FeedbackParam() [3/6]

cricket::FeedbackParam::FeedbackParam ( const std::string id)
inlineexplicit

◆ FeedbackParam() [4/6]

cricket::FeedbackParam::FeedbackParam ( )
default

◆ FeedbackParam() [5/6]

cricket::FeedbackParam::FeedbackParam ( const std::string id,
const std::string param 
)
inline

◆ FeedbackParam() [6/6]

cricket::FeedbackParam::FeedbackParam ( const std::string id)
inlineexplicit

Member Function Documentation

◆ id() [1/2]

const std::string& cricket::FeedbackParam::id ( ) const
inline

◆ id() [2/2]

const std::string& cricket::FeedbackParam::id ( ) const
inline

◆ operator==() [1/2]

bool cricket::FeedbackParam::operator== ( const FeedbackParam other) const

◆ operator==() [2/2]

bool cricket::FeedbackParam::operator== ( const FeedbackParam other) const

◆ param() [1/2]

const std::string& cricket::FeedbackParam::param ( ) const
inline

◆ param() [2/2]

const std::string& cricket::FeedbackParam::param ( ) const
inline

The documentation for this class was generated from the following files: