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

#include <Lookup.h>

Public Member Functions

 ConstIterator (const HashTable *table, int position)
 
const HashTableValuevalue () const
 
const HashTableValueoperator* () const
 
const char * key () const
 
const HashTableValueoperator-> () const
 
bool operator!= (const ConstIterator &other) const
 
ConstIteratoroperator++ ()
 
 ConstIterator (const HashTable *table, int position)
 
const HashTableValuevalue () const
 
const HashTableValueoperator* () const
 
const char * key () const
 
const HashTableValueoperator-> () const
 
bool operator!= (const ConstIterator &other) const
 
ConstIteratoroperator++ ()
 

Constructor & Destructor Documentation

◆ ConstIterator() [1/2]

JSC::HashTable::ConstIterator::ConstIterator ( const HashTable table,
int  position 
)
inline

◆ ConstIterator() [2/2]

JSC::HashTable::ConstIterator::ConstIterator ( const HashTable table,
int  position 
)
inline

Member Function Documentation

◆ key() [1/2]

const char* JSC::HashTable::ConstIterator::key ( ) const
inline

◆ key() [2/2]

const char* JSC::HashTable::ConstIterator::key ( ) const
inline

◆ operator!=() [1/2]

bool JSC::HashTable::ConstIterator::operator!= ( const ConstIterator other) const
inline

◆ operator!=() [2/2]

bool JSC::HashTable::ConstIterator::operator!= ( const ConstIterator other) const
inline

◆ operator*() [1/2]

const HashTableValue& JSC::HashTable::ConstIterator::operator* ( ) const
inline

◆ operator*() [2/2]

const HashTableValue& JSC::HashTable::ConstIterator::operator* ( ) const
inline

◆ operator++() [1/2]

ConstIterator& JSC::HashTable::ConstIterator::operator++ ( )
inline

◆ operator++() [2/2]

ConstIterator& JSC::HashTable::ConstIterator::operator++ ( )
inline

◆ operator->() [1/2]

const HashTableValue* JSC::HashTable::ConstIterator::operator-> ( ) const
inline

◆ operator->() [2/2]

const HashTableValue* JSC::HashTable::ConstIterator::operator-> ( ) const
inline

◆ value() [1/2]

const HashTableValue* JSC::HashTable::ConstIterator::value ( ) const
inline

◆ value() [2/2]

const HashTableValue* JSC::HashTable::ConstIterator::value ( ) const
inline

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