V8 Project
|
#include <hashmap.h>
Public Member Functions | |
Iterator & | operator++ () |
value_type * | operator-> () |
bool | operator!= (const Iterator &other) |
Private Member Functions | |
Iterator (const TemplateHashMapImpl< AllocationPolicy > *map, typename TemplateHashMapImpl< AllocationPolicy >::Entry *entry) | |
Private Attributes | |
const TemplateHashMapImpl< AllocationPolicy > * | map_ |
TemplateHashMapImpl< AllocationPolicy >::Entry * | entry_ |
Friends | |
class | TemplateHashMap |
|
inlineprivate |
Definition at line 319 of file hashmap.h.
|
inline |
Definition at line 316 of file hashmap.h.
References v8::internal::TemplateHashMap< Key, Value, AllocationPolicy >::Iterator::entry_.
|
inline |
Definition at line 310 of file hashmap.h.
References v8::internal::TemplateHashMap< Key, Value, AllocationPolicy >::Iterator::entry_, and v8::internal::TemplateHashMap< Key, Value, AllocationPolicy >::Iterator::map_.
|
inline |
Definition at line 315 of file hashmap.h.
References v8::internal::TemplateHashMap< Key, Value, AllocationPolicy >::Iterator::entry_.
|
friend |
|
private |
Definition at line 324 of file hashmap.h.
Referenced by v8::internal::TemplateHashMap< Key, Value, AllocationPolicy >::Iterator::operator!=(), v8::internal::TemplateHashMap< Key, Value, AllocationPolicy >::Iterator::operator++(), and v8::internal::TemplateHashMap< Key, Value, AllocationPolicy >::Iterator::operator->().
|
private |
Definition at line 323 of file hashmap.h.
Referenced by v8::internal::TemplateHashMap< Key, Value, AllocationPolicy >::Iterator::operator++().