v8  5.5.372 (node 7.10.1)
V8 is Google's open source JavaScript engine
UniqueId Class Reference

#include <v8.h>

Public Member Functions

 UniqueId (intptr_t data)
 
bool operator== (const UniqueId &other) const
 
bool operator!= (const UniqueId &other) const
 
bool operator< (const UniqueId &other) const
 

Detailed Description

General purpose unique identifier.

Definition at line 166 of file v8.h.

Constructor & Destructor Documentation

◆ UniqueId()

UniqueId ( intptr_t  data)
inlineexplicit

Definition at line 168 of file v8.h.

Member Function Documentation

◆ operator!=()

bool operator!= ( const UniqueId other) const
inline

Definition at line 175 of file v8.h.

◆ operator<()

bool operator< ( const UniqueId other) const
inline

Definition at line 179 of file v8.h.

◆ operator==()

bool operator== ( const UniqueId other) const
inline

Definition at line 171 of file v8.h.


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