webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Static Public Member Functions | List of all members
WebCore::IDLObject Struct Reference

#include <IDLTypes.h>

Inheritance diagram for WebCore::IDLObject:
WebCore::IDLType< JSC::Strong< JSC::JSObject > > WebCore::IDLType< JSC::Strong< JSC::JSObject > >

Public Types

using NullableType = JSC::Strong< JSC::JSObject >
 
using NullableType = JSC::Strong< JSC::JSObject >
 
- Public Types inherited from WebCore::IDLType< JSC::Strong< JSC::JSObject > >
using ImplementationType = JSC::Strong< JSC::JSObject >
 
using ImplementationType = JSC::Strong< JSC::JSObject >
 
using ParameterType = JSC::Strong< JSC::JSObject >
 
using ParameterType = JSC::Strong< JSC::JSObject >
 
using NullableType = std::optional< ImplementationType >
 
using NullableType = std::optional< ImplementationType >
 

Static Public Member Functions

static std::nullptr_t nullValue ()
 
template<typename U >
static bool isNullValue (U &&value)
 
template<typename U >
static U && extractValueFromNullable (U &&value)
 
static std::nullptr_t nullValue ()
 
template<typename U >
static bool isNullValue (U &&value)
 
template<typename U >
static U && extractValueFromNullable (U &&value)
 
- Static Public Member Functions inherited from WebCore::IDLType< JSC::Strong< JSC::JSObject > >
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]

Member Function Documentation

◆ extractValueFromNullable() [1/2]

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

◆ extractValueFromNullable() [2/2]

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

◆ isNullValue() [1/2]

template<typename U >
static bool WebCore::IDLObject::isNullValue ( U &&  value)
inlinestatic

◆ isNullValue() [2/2]

template<typename U >
static bool WebCore::IDLObject::isNullValue ( U &&  value)
inlinestatic

◆ nullValue() [1/2]

static std::nullptr_t WebCore::IDLObject::nullValue ( )
inlinestatic

◆ nullValue() [2/2]

static std::nullptr_t WebCore::IDLObject::nullValue ( )
inlinestatic

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