v8  3.14.5(node0.10.28)
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 325 of file hashmap.h.

Member Function Documentation

bool operator!= ( const Iterator other)
inline

Definition at line 333 of file hashmap.h.

Iterator& operator++ ( )
inline

Definition at line 327 of file hashmap.h.

value_type* operator-> ( )
inline

Definition at line 332 of file hashmap.h.

Friends And Related Function Documentation

friend class TemplateHashMap
friend

Definition at line 343 of file hashmap.h.


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