V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::SplayTree< Config, AllocationPolicy >::Node Class Reference

Public Member Functions

 Node (const Key &key, const Value &value)
 
V8_INLINE void * operator new (size_t size, AllocationPolicy allocator)
 
V8_INLINE void operator delete (void *p)
 
V8_INLINE void operator delete (void *p, AllocationPolicy allocator)
 
Key key ()
 
Value value ()
 
Nodeleft ()
 
Noderight ()
 

Friends

class SplayTree
 
class Locator
 

Detailed Description

template<typename Config, class AllocationPolicy>
class v8::internal::SplayTree< Config, AllocationPolicy >::Node

Definition at line 98 of file splay-tree.h.


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