v8  3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 164 of file v8.h.

Constructor & Destructor Documentation

UniqueId ( intptr_t  data)
inlineexplicit

Definition at line 166 of file v8.h.

Member Function Documentation

bool operator!= ( const UniqueId other) const
inline

Definition at line 173 of file v8.h.

bool operator< ( const UniqueId other) const
inline

Definition at line 177 of file v8.h.

bool operator== ( const UniqueId other) const
inline

Definition at line 169 of file v8.h.


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