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

#include <IndexSet.h>

Classes

class  Iterable
 

Public Member Functions

 IndexSet ()
 
bool add (T *value)
 
template<typename Iterable >
bool addAll (const Iterable &iterable)
 
bool remove (T *value)
 
bool contains (T *value) const
 
size_t size () const
 
bool isEmpty () const
 
template<typename CollectionType >
Iterable< CollectionType > values (const CollectionType &collection) const
 
const BitVectorindices () const
 
void dump (PrintStream &out) const
 
 IndexSet ()
 
bool add (T *value)
 
template<typename Iterable >
bool addAll (const Iterable &iterable)
 
bool remove (T *value)
 
bool contains (T *value) const
 
size_t size () const
 
bool isEmpty () const
 
template<typename CollectionType >
Iterable< CollectionType > values (const CollectionType &collection) const
 
const BitVectorindices () const
 
void dump (PrintStream &out) const
 
 IndexSet ()
 
bool add (T *value)
 
template<typename Iterable >
bool addAll (const Iterable &iterable)
 
bool remove (T *value)
 
bool contains (T *value) const
 
size_t size () const
 
bool isEmpty () const
 
template<typename CollectionType >
Iterable< CollectionType > values (const CollectionType &collection) const
 
const BitVectorindices () const
 
void dump (PrintStream &out) const
 

Constructor & Destructor Documentation

◆ IndexSet() [1/3]

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

◆ IndexSet() [2/3]

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

◆ IndexSet() [3/3]

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

Member Function Documentation

◆ add() [1/3]

template<typename T >
bool WTF::IndexSet< T >::add ( T value)
inline

◆ add() [2/3]

template<typename T >
bool WTF::IndexSet< T >::add ( T value)
inline

◆ add() [3/3]

template<typename T >
bool WTF::IndexSet< T >::add ( T value)
inline

◆ addAll() [1/3]

template<typename T >
template<typename Iterable >
bool WTF::IndexSet< T >::addAll ( const Iterable iterable)
inline

◆ addAll() [2/3]

template<typename T >
template<typename Iterable >
bool WTF::IndexSet< T >::addAll ( const Iterable iterable)
inline

◆ addAll() [3/3]

template<typename T >
template<typename Iterable >
bool WTF::IndexSet< T >::addAll ( const Iterable iterable)
inline

◆ contains() [1/3]

template<typename T >
bool WTF::IndexSet< T >::contains ( T value) const
inline

◆ contains() [2/3]

template<typename T >
bool WTF::IndexSet< T >::contains ( T value) const
inline

◆ contains() [3/3]

template<typename T >
bool WTF::IndexSet< T >::contains ( T value) const
inline

◆ dump() [1/3]

template<typename T >
void WTF::IndexSet< T >::dump ( PrintStream out) const
inline

◆ dump() [2/3]

template<typename T >
void WTF::IndexSet< T >::dump ( PrintStream out) const
inline

◆ dump() [3/3]

template<typename T >
void WTF::IndexSet< T >::dump ( PrintStream out) const
inline

◆ indices() [1/3]

template<typename T >
const BitVector& WTF::IndexSet< T >::indices ( ) const
inline

◆ indices() [2/3]

template<typename T >
const BitVector& WTF::IndexSet< T >::indices ( ) const
inline

◆ indices() [3/3]

template<typename T >
const BitVector& WTF::IndexSet< T >::indices ( ) const
inline

◆ isEmpty() [1/3]

template<typename T >
bool WTF::IndexSet< T >::isEmpty ( ) const
inline

◆ isEmpty() [2/3]

template<typename T >
bool WTF::IndexSet< T >::isEmpty ( void  ) const
inline

◆ isEmpty() [3/3]

template<typename T >
bool WTF::IndexSet< T >::isEmpty ( void  ) const
inline

◆ remove() [1/3]

template<typename T >
bool WTF::IndexSet< T >::remove ( T value)
inline

◆ remove() [2/3]

template<typename T >
bool WTF::IndexSet< T >::remove ( T value)
inline

◆ remove() [3/3]

template<typename T >
bool WTF::IndexSet< T >::remove ( T value)
inline

◆ size() [1/3]

template<typename T >
size_t WTF::IndexSet< T >::size ( ) const
inline

◆ size() [2/3]

template<typename T >
size_t WTF::IndexSet< T >::size ( ) const
inline

◆ size() [3/3]

template<typename T >
size_t WTF::IndexSet< T >::size ( ) const
inline

◆ values() [1/3]

template<typename T >
template<typename CollectionType >
Iterable<CollectionType> WTF::IndexSet< T >::values ( const CollectionType &  collection) const
inline

◆ values() [2/3]

template<typename T >
template<typename CollectionType >
Iterable<CollectionType> WTF::IndexSet< T >::values ( const CollectionType &  collection) const
inline

◆ values() [3/3]

template<typename T >
template<typename CollectionType >
Iterable<CollectionType> WTF::IndexSet< T >::values ( const CollectionType &  collection) const
inline

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