V8 Project
v8::internal::EffectsBase< Var, kNoVar >::SplayTreeConfig Struct Reference

#include <effects.h>

+ Collaboration diagram for v8::internal::EffectsBase< Var, kNoVar >::SplayTreeConfig:

Public Types

typedef Var Key
 
typedef Effect Value
 

Static Public Member Functions

static Effect NoValue ()
 
static int Compare (int x, int y)
 

Static Public Attributes

static const Var kNoKey = kNoVar
 

Detailed Description

template<class Var, Var kNoVar>
struct v8::internal::EffectsBase< Var, kNoVar >::SplayTreeConfig

Definition at line 186 of file effects.h.

Member Typedef Documentation

◆ Key

template<class Var , Var kNoVar>
typedef Var v8::internal::EffectsBase< Var, kNoVar >::SplayTreeConfig::Key

Definition at line 187 of file effects.h.

◆ Value

template<class Var , Var kNoVar>
typedef Effect v8::internal::EffectsBase< Var, kNoVar >::SplayTreeConfig::Value

Definition at line 188 of file effects.h.

Member Function Documentation

◆ Compare()

template<class Var , Var kNoVar>
static int v8::internal::EffectsBase< Var, kNoVar >::SplayTreeConfig::Compare ( int  x,
int  y 
)
inlinestatic

Definition at line 191 of file effects.h.

191 { return Effect(); }

◆ NoValue()

template<class Var , Var kNoVar>
static Effect v8::internal::EffectsBase< Var, kNoVar >::SplayTreeConfig::NoValue ( )
inlinestatic

Definition at line 190 of file effects.h.

191 { return Effect(); }

Member Data Documentation

◆ kNoKey

template<class Var , Var kNoVar>
const Var v8::internal::EffectsBase< Var, kNoVar >::SplayTreeConfig::kNoKey = kNoVar
static

Definition at line 189 of file effects.h.


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