|
enum class | Type : int {
KInt = 0
, KInt64 = 1
, KFloat = 2
, KString = 3
,
KStaticString = 4
, KBool = 5
, KId = 6
} |
|
|
Value & | operator= (Value const &) |
|
| Value (Value const &) |
|
MCAPI::std::string | ToString () const |
|
MCAPI | Value (::webrtc::StatsReport::StatsValueName, bool) |
|
MCAPI | Value (::webrtc::StatsReport::StatsValueName, ::webrtc::scoped_refptr<::webrtc::StatsReport::IdBase > const &) |
|
MCAPI | Value (::webrtc::StatsReport::StatsValueName, char const *) |
|
MCAPI | Value (::webrtc::StatsReport::StatsValueName, ::std::string const &) |
|
MCAPI | Value (::webrtc::StatsReport::StatsValueName, float) |
|
MCAPI | Value (::webrtc::StatsReport::StatsValueName, int64, ::webrtc::StatsReport::Value::Type) |
|
MCAPI bool | operator== (::std::string const &) const |
|
MCAPI bool | operator== (float) const |
|
MCAPI bool | operator== (::webrtc::scoped_refptr<::webrtc::StatsReport::IdBase > const &) const |
|
MCAPI bool | operator== (bool) const |
|
MCAPI bool | operator== (int64) const |
|
MCAPI bool | operator== (char const *) const |
|
MCAPI::std::string const & | string_val () const |
|
MCAPI void * | $ctor (::webrtc::StatsReport::StatsValueName, bool) |
|
MCAPI void * | $ctor (::webrtc::StatsReport::StatsValueName, ::webrtc::scoped_refptr<::webrtc::StatsReport::IdBase > const &) |
|
MCAPI void * | $ctor (::webrtc::StatsReport::StatsValueName, char const *) |
|
MCAPI void * | $ctor (::webrtc::StatsReport::StatsValueName, ::std::string const &) |
|
MCAPI void * | $ctor (::webrtc::StatsReport::StatsValueName, float) |
|
MCAPI void * | $ctor (::webrtc::StatsReport::StatsValueName, int64, ::webrtc::StatsReport::Value::Type) |
|
MCAPI void | $dtor () |
|
The documentation for this struct was generated from the following file: