webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
WTF::Spectrum< T, CounterType >::KeyAndCount Struct Reference

#include <Spectrum.h>

Public Member Functions

 KeyAndCount ()
 
 KeyAndCount (const T &key, CounterType count)
 
bool operator< (const KeyAndCount &other) const
 
 KeyAndCount ()
 
 KeyAndCount (const T &key, CounterType count)
 
bool operator< (const KeyAndCount &other) const
 
 KeyAndCount ()
 
 KeyAndCount (const T &key, CounterType count)
 
bool operator< (const KeyAndCount &other) const
 

Public Attributes

T key
 
CounterType count
 

Constructor & Destructor Documentation

◆ KeyAndCount() [1/6]

template<typename T, typename CounterType = unsigned>
WTF::Spectrum< T, CounterType >::KeyAndCount::KeyAndCount ( )
inline

◆ KeyAndCount() [2/6]

template<typename T, typename CounterType = unsigned>
WTF::Spectrum< T, CounterType >::KeyAndCount::KeyAndCount ( const T key,
CounterType  count 
)
inline

◆ KeyAndCount() [3/6]

template<typename T, typename CounterType = unsigned>
WTF::Spectrum< T, CounterType >::KeyAndCount::KeyAndCount ( )
inline

◆ KeyAndCount() [4/6]

template<typename T, typename CounterType = unsigned>
WTF::Spectrum< T, CounterType >::KeyAndCount::KeyAndCount ( const T key,
CounterType  count 
)
inline

◆ KeyAndCount() [5/6]

template<typename T, typename CounterType = unsigned>
WTF::Spectrum< T, CounterType >::KeyAndCount::KeyAndCount ( )
inline

◆ KeyAndCount() [6/6]

template<typename T, typename CounterType = unsigned>
WTF::Spectrum< T, CounterType >::KeyAndCount::KeyAndCount ( const T key,
CounterType  count 
)
inline

Member Function Documentation

◆ operator<() [1/3]

template<typename T, typename CounterType = unsigned>
bool WTF::Spectrum< T, CounterType >::KeyAndCount::operator< ( const KeyAndCount other) const
inline

◆ operator<() [2/3]

template<typename T, typename CounterType = unsigned>
bool WTF::Spectrum< T, CounterType >::KeyAndCount::operator< ( const KeyAndCount other) const
inline

◆ operator<() [3/3]

template<typename T, typename CounterType = unsigned>
bool WTF::Spectrum< T, CounterType >::KeyAndCount::operator< ( const KeyAndCount other) const
inline

Member Data Documentation

◆ count

template<typename T, typename CounterType = unsigned>
CounterType WTF::Spectrum< T, CounterType >::KeyAndCount::count

◆ key

template<typename T, typename CounterType = unsigned>
T WTF::Spectrum< T, CounterType >::KeyAndCount::key

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