webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Static Public Member Functions | List of all members
Inspector::Protocol::BindingTraits< T > Struct Template Reference

#include <InspectorProtocolTypes.h>

Public Types

typedef T BindingType
 
typedef T BindingType
 

Static Public Member Functions

static void push (InspectorArray &, BindingType &)
 
static InspectorValue::Type typeTag ()
 
static RefPtr< TruntimeCast (RefPtr< InspectorObject > &&)
 
static void assertValueHasExpectedType (InspectorValue *)
 
static void push (InspectorArray &, BindingType &)
 
static InspectorValue::Type typeTag ()
 
static RefPtr< TruntimeCast (RefPtr< InspectorObject > &&)
 
static void assertValueHasExpectedType (InspectorValue *)
 

Member Typedef Documentation

◆ BindingType [1/2]

◆ BindingType [2/2]

Member Function Documentation

◆ assertValueHasExpectedType() [1/2]

template<typename T >
static void Inspector::Protocol::BindingTraits< T >::assertValueHasExpectedType ( InspectorValue )
static

◆ assertValueHasExpectedType() [2/2]

template<typename T >
static void Inspector::Protocol::BindingTraits< T >::assertValueHasExpectedType ( InspectorValue )
static

◆ push() [1/2]

template<typename T >
static void Inspector::Protocol::BindingTraits< T >::push ( InspectorArray ,
BindingType  
)
static

◆ push() [2/2]

template<typename T >
static void Inspector::Protocol::BindingTraits< T >::push ( InspectorArray ,
BindingType  
)
static

◆ runtimeCast() [1/2]

template<typename T >
static RefPtr<T> Inspector::Protocol::BindingTraits< T >::runtimeCast ( RefPtr< InspectorObject > &&  )
static

◆ runtimeCast() [2/2]

template<typename T >
static RefPtr<T> Inspector::Protocol::BindingTraits< T >::runtimeCast ( RefPtr< InspectorObject > &&  )
static

◆ typeTag() [1/2]

template<typename T >
static InspectorValue::Type Inspector::Protocol::BindingTraits< T >::typeTag ( )
static

◆ typeTag() [2/2]

template<typename T >
static InspectorValue::Type Inspector::Protocol::BindingTraits< T >::typeTag ( )
static

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