webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | List of all members
WebCore::IDLDictionary< T > Struct Template Reference

#include <IDLTypes.h>

Inheritance diagram for WebCore::IDLDictionary< T >:
WebCore::IDLType< T > WebCore::IDLType< T >

Public Types

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

Additional Inherited Members

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

Member Typedef Documentation

◆ ParameterType [1/2]

template<typename T >
using WebCore::IDLDictionary< T >::ParameterType = const T&

◆ ParameterType [2/2]

template<typename T >
using WebCore::IDLDictionary< T >::ParameterType = const T&

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