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
 

Private Attributes

bool exists_
 

Detailed Description

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

Definition at line 25 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 32 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 37 of file hashmap-entry.h.

Here is the caller graph for this function:

◆ exists()

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

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

Here is the caller graph for this function:

Member Data Documentation

◆ exists_

template<typename Key , typename Value >
bool v8::base::TemplateHashMapEntry< Key, Value >::exists_
private

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

◆ hash

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

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

◆ key

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

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

◆ value

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

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


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