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

#include <InspectorProtocolTypes.h>

Public Member Functions

 OptOutput ()
 
void operator= (T value)
 
bool isAssigned () const
 
T getValue ()
 
 OptOutput ()
 
void operator= (T value)
 
bool isAssigned () const
 
T getValue ()
 

Constructor & Destructor Documentation

◆ OptOutput() [1/2]

template<typename T>
Inspector::Protocol::OptOutput< T >::OptOutput ( )
inline

◆ OptOutput() [2/2]

template<typename T>
Inspector::Protocol::OptOutput< T >::OptOutput ( )
inline

Member Function Documentation

◆ getValue() [1/2]

template<typename T>
T Inspector::Protocol::OptOutput< T >::getValue ( )
inline

◆ getValue() [2/2]

template<typename T>
T Inspector::Protocol::OptOutput< T >::getValue ( )
inline

◆ isAssigned() [1/2]

template<typename T>
bool Inspector::Protocol::OptOutput< T >::isAssigned ( ) const
inline

◆ isAssigned() [2/2]

template<typename T>
bool Inspector::Protocol::OptOutput< T >::isAssigned ( ) const
inline

◆ operator=() [1/2]

template<typename T>
void Inspector::Protocol::OptOutput< T >::operator= ( T  value)
inline

◆ operator=() [2/2]

template<typename T>
void Inspector::Protocol::OptOutput< T >::operator= ( T  value)
inline

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