webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Types | Static Public Member Functions | List of all members
WebCore::IDLString Struct Reference

#include <IDLTypes.h>

Inheritance diagram for WebCore::IDLString:
WebCore::IDLType< String > WebCore::IDLType< String > WebCore::IDLByteString WebCore::IDLByteString WebCore::IDLDOMString WebCore::IDLDOMString WebCore::IDLUSVString WebCore::IDLUSVString

Public Types

using ParameterType = const String &
 
using NullableType = String
 
using ParameterType = const String &
 
using NullableType = String
 
- Public Types inherited from WebCore::IDLType< String >
using ImplementationType = String
 
using ImplementationType = String
 
using ParameterType = String
 
using ParameterType = String
 
using NullableType = std::optional< ImplementationType >
 
using NullableType = std::optional< ImplementationType >
 

Static Public Member Functions

static String nullValue ()
 
static bool isNullValue (const String &value)
 
template<typename U >
static U && extractValueFromNullable (U &&value)
 
static String nullValue ()
 
static bool isNullValue (const String &value)
 
template<typename U >
static U && extractValueFromNullable (U &&value)
 
- Static Public Member Functions inherited from WebCore::IDLType< String >
static NullableType nullValue ()
 
static NullableType nullValue ()
 
static bool isNullValue (const NullableType &value)
 
static bool isNullValue (const NullableType &value)
 
static ImplementationType extractValueFromNullable (const NullableType &value)
 
static ImplementationType extractValueFromNullable (const NullableType &value)
 

Member Typedef Documentation

◆ NullableType [1/2]

◆ NullableType [2/2]

◆ ParameterType [1/2]

◆ ParameterType [2/2]

Member Function Documentation

◆ extractValueFromNullable() [1/2]

template<typename U >
static U&& WebCore::IDLString::extractValueFromNullable ( U &&  value)
inlinestatic

◆ extractValueFromNullable() [2/2]

template<typename U >
static U&& WebCore::IDLString::extractValueFromNullable ( U &&  value)
inlinestatic

◆ isNullValue() [1/2]

static bool WebCore::IDLString::isNullValue ( const String value)
inlinestatic

◆ isNullValue() [2/2]

static bool WebCore::IDLString::isNullValue ( const String value)
inlinestatic

◆ nullValue() [1/2]

static String WebCore::IDLString::nullValue ( )
inlinestatic

◆ nullValue() [2/2]

static String WebCore::IDLString::nullValue ( )
inlinestatic

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