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 >::value_type Struct Reference

#include <hashmap.h>

Collaboration diagram for TemplateHashMap< Key, Value, AllocationPolicy >::value_type:

Data Fields

Key * first
 
Valuesecond
 

Detailed Description

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

Definition at line 320 of file hashmap.h.

Field Documentation

Key* first

Definition at line 321 of file hashmap.h.

Value* second

Definition at line 322 of file hashmap.h.


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