webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | List of all members
WTF::FastBitVectorAndWords< Left, Right > Class Template Reference

#include <FastBitVector.h>

Public Types

typedef FastBitVectorAndWords ViewType
 
typedef FastBitVectorAndWords ViewType
 
typedef FastBitVectorAndWords ViewType
 

Public Member Functions

 FastBitVectorAndWords (const Left &left, const Right &right)
 
FastBitVectorAndWords view () const
 
size_t numBits () const
 
uint32_t word (size_t index) const
 
 FastBitVectorAndWords (const Left &left, const Right &right)
 
FastBitVectorAndWords view () const
 
size_t numBits () const
 
uint32_t word (size_t index) const
 
 FastBitVectorAndWords (const Left &left, const Right &right)
 
FastBitVectorAndWords view () const
 
size_t numBits () const
 
uint32_t word (size_t index) const
 

Member Typedef Documentation

◆ ViewType [1/3]

template<typename Left , typename Right >
typedef FastBitVectorAndWords WTF::FastBitVectorAndWords< Left, Right >::ViewType

◆ ViewType [2/3]

template<typename Left , typename Right >
typedef FastBitVectorAndWords WTF::FastBitVectorAndWords< Left, Right >::ViewType

◆ ViewType [3/3]

template<typename Left , typename Right >
typedef FastBitVectorAndWords WTF::FastBitVectorAndWords< Left, Right >::ViewType

Constructor & Destructor Documentation

◆ FastBitVectorAndWords() [1/3]

template<typename Left , typename Right >
WTF::FastBitVectorAndWords< Left, Right >::FastBitVectorAndWords ( const Left &  left,
const Right &  right 
)
inline

◆ FastBitVectorAndWords() [2/3]

template<typename Left , typename Right >
WTF::FastBitVectorAndWords< Left, Right >::FastBitVectorAndWords ( const Left &  left,
const Right &  right 
)
inline

◆ FastBitVectorAndWords() [3/3]

template<typename Left , typename Right >
WTF::FastBitVectorAndWords< Left, Right >::FastBitVectorAndWords ( const Left &  left,
const Right &  right 
)
inline

Member Function Documentation

◆ numBits() [1/3]

template<typename Left , typename Right >
size_t WTF::FastBitVectorAndWords< Left, Right >::numBits ( ) const
inline

◆ numBits() [2/3]

template<typename Left , typename Right >
size_t WTF::FastBitVectorAndWords< Left, Right >::numBits ( ) const
inline

◆ numBits() [3/3]

template<typename Left , typename Right >
size_t WTF::FastBitVectorAndWords< Left, Right >::numBits ( ) const
inline

◆ view() [1/3]

template<typename Left , typename Right >
FastBitVectorAndWords WTF::FastBitVectorAndWords< Left, Right >::view ( ) const
inline

◆ view() [2/3]

template<typename Left , typename Right >
FastBitVectorAndWords WTF::FastBitVectorAndWords< Left, Right >::view ( ) const
inline

◆ view() [3/3]

template<typename Left , typename Right >
FastBitVectorAndWords WTF::FastBitVectorAndWords< Left, Right >::view ( ) const
inline

◆ word() [1/3]

template<typename Left , typename Right >
uint32_t WTF::FastBitVectorAndWords< Left, Right >::word ( size_t  index) const
inline

◆ word() [2/3]

template<typename Left , typename Right >
uint32_t WTF::FastBitVectorAndWords< Left, Right >::word ( size_t  index) const
inline

◆ word() [3/3]

template<typename Left , typename Right >
uint32_t WTF::FastBitVectorAndWords< Left, Right >::word ( size_t  index) const
inline

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