v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::TemplateHashMapEntry< Key *, Value > Struct Template Reference

#include <hashmap-entry.h>

Collaboration diagram for v8::base::TemplateHashMapEntry< Key *, Value >:

Public Member Functions

 TemplateHashMapEntry (Key *key, Value value, uint32_t hash)
 
bool exists () const
 
void clear ()
 

Public Attributes

Key * key
 
Value value
 
uint32_t hash
 

Detailed Description

template<typename Key, typename Value>
struct v8::base::TemplateHashMapEntry< Key *, Value >

Definition at line 45 of file hashmap-entry.h.

Constructor & Destructor Documentation

◆ TemplateHashMapEntry()

template<typename Key , typename Value >
v8::base::TemplateHashMapEntry< Key *, Value >::TemplateHashMapEntry ( Key * key,
Value value,
uint32_t hash )
inline

Definition at line 52 of file hashmap-entry.h.

Member Function Documentation

◆ clear()

template<typename Key , typename Value >
void v8::base::TemplateHashMapEntry< Key *, Value >::clear ( )
inline

Definition at line 57 of file hashmap-entry.h.

◆ exists()

template<typename Key , typename Value >
bool v8::base::TemplateHashMapEntry< Key *, Value >::exists ( ) const
inline

Definition at line 55 of file hashmap-entry.h.

Member Data Documentation

◆ hash

template<typename Key , typename Value >
uint32_t v8::base::TemplateHashMapEntry< Key *, Value >::hash

Definition at line 50 of file hashmap-entry.h.

◆ key

template<typename Key , typename Value >
Key* v8::base::TemplateHashMapEntry< Key *, Value >::key

Definition at line 48 of file hashmap-entry.h.

◆ value

template<typename Key , typename Value >
Value v8::base::TemplateHashMapEntry< Key *, Value >::value

Definition at line 49 of file hashmap-entry.h.


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