v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
TemplateHashMap< Key, Value, AllocationPolicy >::Iterator Class Reference

#include <hashmap.h>

Public Member Functions

Iteratoroperator++ ()
 
value_typeoperator-> ()
 
bool operator!= (const Iterator &other)
 

Friends

class TemplateHashMap
 

Detailed Description

template<class Key, class Value, class AllocationPolicy>
class v8::internal::TemplateHashMap< Key, Value, AllocationPolicy >::Iterator

Definition at line 321 of file hashmap.h.

Member Function Documentation

bool operator!= ( const Iterator other)
inline

Definition at line 329 of file hashmap.h.

Iterator& operator++ ( )
inline

Definition at line 323 of file hashmap.h.

value_type* operator-> ( )
inline

Definition at line 328 of file hashmap.h.

Friends And Related Function Documentation

friend class TemplateHashMap
friend

Definition at line 339 of file hashmap.h.


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