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

#include <IDLTypes.h>

Inheritance diagram for WebCore::IDLDate:
WebCore::IDLType< double > WebCore::IDLType< double >

Public Types

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

Static Public Member Functions

static double nullValue ()
 
static bool isNullValue (double value)
 
static double extractValueFromNullable (double value)
 
static double nullValue ()
 
static bool isNullValue (double value)
 
static double extractValueFromNullable (double value)
 
- Static Public Member Functions inherited from WebCore::IDLType< double >
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]

static double WebCore::IDLDate::extractValueFromNullable ( double  value)
inlinestatic

◆ extractValueFromNullable() [2/2]

static double WebCore::IDLDate::extractValueFromNullable ( double  value)
inlinestatic

◆ isNullValue() [1/2]

static bool WebCore::IDLDate::isNullValue ( double  value)
inlinestatic

◆ isNullValue() [2/2]

static bool WebCore::IDLDate::isNullValue ( double  value)
inlinestatic

◆ nullValue() [1/2]

static double WebCore::IDLDate::nullValue ( )
inlinestatic

◆ nullValue() [2/2]

static double WebCore::IDLDate::nullValue ( )
inlinestatic

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