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

#include <Insertion.h>

Public Member Functions

 Insertion ()
 
template<typename U >
 Insertion (size_t index, U &&element)
 
size_t index () const
 
const Telement () const
 
Telement ()
 
bool operator< (const Insertion &other) const
 
 Insertion ()
 
template<typename U >
 Insertion (size_t index, U &&element)
 
size_t index () const
 
const Telement () const
 
Telement ()
 
bool operator< (const Insertion &other) const
 
 Insertion ()
 
template<typename U >
 Insertion (size_t index, U &&element)
 
size_t index () const
 
const Telement () const
 
Telement ()
 
bool operator< (const Insertion &other) const
 

Constructor & Destructor Documentation

◆ Insertion() [1/6]

template<typename T >
WTF::Insertion< T >::Insertion ( )
inline

◆ Insertion() [2/6]

template<typename T >
template<typename U >
WTF::Insertion< T >::Insertion ( size_t  index,
U &&  element 
)
inline

◆ Insertion() [3/6]

template<typename T >
WTF::Insertion< T >::Insertion ( )
inline

◆ Insertion() [4/6]

template<typename T >
template<typename U >
WTF::Insertion< T >::Insertion ( size_t  index,
U &&  element 
)
inline

◆ Insertion() [5/6]

template<typename T >
WTF::Insertion< T >::Insertion ( )
inline

◆ Insertion() [6/6]

template<typename T >
template<typename U >
WTF::Insertion< T >::Insertion ( size_t  index,
U &&  element 
)
inline

Member Function Documentation

◆ element() [1/6]

template<typename T >
const T& WTF::Insertion< T >::element ( ) const
inline

◆ element() [2/6]

template<typename T >
const T& WTF::Insertion< T >::element ( ) const
inline

◆ element() [3/6]

template<typename T >
const T& WTF::Insertion< T >::element ( ) const
inline

◆ element() [4/6]

template<typename T >
T& WTF::Insertion< T >::element ( )
inline

◆ element() [5/6]

template<typename T >
T& WTF::Insertion< T >::element ( )
inline

◆ element() [6/6]

template<typename T >
T& WTF::Insertion< T >::element ( )
inline

◆ index() [1/3]

template<typename T >
size_t WTF::Insertion< T >::index ( ) const
inline

◆ index() [2/3]

template<typename T >
size_t WTF::Insertion< T >::index ( ) const
inline

◆ index() [3/3]

template<typename T >
size_t WTF::Insertion< T >::index ( ) const
inline

◆ operator<() [1/3]

template<typename T >
bool WTF::Insertion< T >::operator< ( const Insertion< T > &  other) const
inline

◆ operator<() [2/3]

template<typename T >
bool WTF::Insertion< T >::operator< ( const Insertion< T > &  other) const
inline

◆ operator<() [3/3]

template<typename T >
bool WTF::Insertion< T >::operator< ( const Insertion< T > &  other) const
inline

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