webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
WebKit::HistoryEntryDataDecoder Class Reference

Public Member Functions

 HistoryEntryDataDecoder (const uint8_t *buffer, size_t bufferSize)
 
HistoryEntryDataDecoderoperator>> (bool &value)
 
HistoryEntryDataDecoderoperator>> (uint32_t &value)
 
HistoryEntryDataDecoderoperator>> (int32_t &value)
 
HistoryEntryDataDecoderoperator>> (uint64_t &value)
 
HistoryEntryDataDecoderoperator>> (int64_t &value)
 
HistoryEntryDataDecoderoperator>> (float &value)
 
HistoryEntryDataDecoderoperator>> (double &value)
 
HistoryEntryDataDecoderoperator>> (String &value)
 
HistoryEntryDataDecoderoperator>> (Vector< uint8_t > &value)
 
HistoryEntryDataDecoderoperator>> (Vector< char > &value)
 
template<typename T >
auto operator>> (std::optional< T > &value) -> typename std::enable_if< std::is_enum< T >::value, HistoryEntryDataDecoder &>::type
 
bool isValid () const
 
void markInvalid ()
 
bool finishDecoding ()
 

Constructor & Destructor Documentation

◆ HistoryEntryDataDecoder()

WebKit::HistoryEntryDataDecoder::HistoryEntryDataDecoder ( const uint8_t buffer,
size_t  bufferSize 
)
inline

Member Function Documentation

◆ finishDecoding()

bool WebKit::HistoryEntryDataDecoder::finishDecoding ( )
inline

◆ isValid()

bool WebKit::HistoryEntryDataDecoder::isValid ( ) const
inline

◆ markInvalid()

void WebKit::HistoryEntryDataDecoder::markInvalid ( )
inline

◆ operator>>() [1/11]

HistoryEntryDataDecoder& WebKit::HistoryEntryDataDecoder::operator>> ( bool &  value)
inline

◆ operator>>() [2/11]

HistoryEntryDataDecoder& WebKit::HistoryEntryDataDecoder::operator>> ( uint32_t value)
inline

◆ operator>>() [3/11]

HistoryEntryDataDecoder& WebKit::HistoryEntryDataDecoder::operator>> ( int32_t value)
inline

◆ operator>>() [4/11]

HistoryEntryDataDecoder& WebKit::HistoryEntryDataDecoder::operator>> ( uint64_t value)
inline

◆ operator>>() [5/11]

HistoryEntryDataDecoder& WebKit::HistoryEntryDataDecoder::operator>> ( int64_t value)
inline

◆ operator>>() [6/11]

HistoryEntryDataDecoder& WebKit::HistoryEntryDataDecoder::operator>> ( float &  value)
inline

◆ operator>>() [7/11]

HistoryEntryDataDecoder& WebKit::HistoryEntryDataDecoder::operator>> ( double &  value)
inline

◆ operator>>() [8/11]

HistoryEntryDataDecoder& WebKit::HistoryEntryDataDecoder::operator>> ( String value)
inline

◆ operator>>() [9/11]

HistoryEntryDataDecoder& WebKit::HistoryEntryDataDecoder::operator>> ( Vector< uint8_t > &  value)
inline

◆ operator>>() [10/11]

HistoryEntryDataDecoder& WebKit::HistoryEntryDataDecoder::operator>> ( Vector< char > &  value)
inline

◆ operator>>() [11/11]

template<typename T >
auto WebKit::HistoryEntryDataDecoder::operator>> ( std::optional< T > &  value) -> typename std::enable_if<std::is_enum<T>::value, HistoryEntryDataDecoder&>::type
inline

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