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
EmbeddedContainer< ElementType, NumElements > Class Template Reference

#include <utils.h>

Public Member Functions

 EmbeddedContainer ()
 
int length () const
 
const ElementType & operator[] (int i) const
 
ElementType & operator[] (int i)
 

Detailed Description

template<typename ElementType, int NumElements>
class v8::internal::EmbeddedContainer< ElementType, NumElements >

Definition at line 947 of file utils.h.

Constructor & Destructor Documentation

EmbeddedContainer ( )
inline

Definition at line 949 of file utils.h.

Member Function Documentation

int length ( ) const
inline

Definition at line 951 of file utils.h.

Referenced by EmbeddedContainer< HBasicBlock *, S >::operator[]().

const ElementType& operator[] ( int  i) const
inline

Definition at line 952 of file utils.h.

ElementType& operator[] ( int  i)
inline

Definition at line 956 of file utils.h.


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