#include <WebPreferencesStore.h>
◆ Type
enum WebKit::WebPreferencesStore::Value::Type |
|
strong |
Enumerator |
---|
None | |
String | |
Bool | |
UInt32 | |
Double | |
◆ Value() [1/6]
WebKit::WebPreferencesStore::Value::Value |
( |
| ) |
|
|
inlineexplicit |
◆ Value() [2/6]
WebKit::WebPreferencesStore::Value::Value |
( |
const String & |
value | ) |
|
|
inlineexplicit |
◆ Value() [3/6]
WebKit::WebPreferencesStore::Value::Value |
( |
bool |
value | ) |
|
|
inlineexplicit |
◆ Value() [4/6]
WebKit::WebPreferencesStore::Value::Value |
( |
uint32_t |
value | ) |
|
|
inlineexplicit |
◆ Value() [5/6]
WebKit::WebPreferencesStore::Value::Value |
( |
double |
value | ) |
|
|
inlineexplicit |
◆ Value() [6/6]
WebKit::WebPreferencesStore::Value::Value |
( |
Value && |
value | ) |
|
|
inline |
◆ ~Value()
WebKit::WebPreferencesStore::Value::~Value |
( |
| ) |
|
|
inline |
◆ asBool()
bool WebKit::WebPreferencesStore::Value::asBool |
( |
| ) |
const |
|
inline |
◆ asDouble()
double WebKit::WebPreferencesStore::Value::asDouble |
( |
| ) |
const |
|
inline |
◆ asString()
String WebKit::WebPreferencesStore::Value::asString |
( |
| ) |
const |
|
inline |
◆ asUInt32()
uint32_t WebKit::WebPreferencesStore::Value::asUInt32 |
( |
| ) |
const |
|
inline |
◆ decode()
bool WebKit::WebPreferencesStore::Value::decode |
( |
IPC::Decoder & |
decoder, |
|
|
Value & |
result |
|
) |
| |
|
static |
◆ encode()
◆ operator=()
Value& WebKit::WebPreferencesStore::Value::operator= |
( |
const Value & |
other | ) |
|
|
inline |
◆ type()
Type WebKit::WebPreferencesStore::Value::type |
( |
| ) |
const |
|
inline |
◆ m_bool
bool WebKit::WebPreferencesStore::Value::m_bool |
◆ m_double
double WebKit::WebPreferencesStore::Value::m_double |
◆ m_string
String WebKit::WebPreferencesStore::Value::m_string |
◆ m_uint32
uint32_t WebKit::WebPreferencesStore::Value::m_uint32 |
The documentation for this struct was generated from the following files: