v8  3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Interface::Iterator Class Reference

#include <interface.h>

Public Member Functions

bool done () const
 
Handle< Stringname () const
 
Interfaceinterface () const
 
void Advance ()
 

Friends

class Interface
 

Detailed Description

Definition at line 128 of file interface.h.

Member Function Documentation

void Advance ( )
inline

Definition at line 139 of file interface.h.

References TemplateHashMapImpl< AllocationPolicy >::Next().

bool done ( ) const
inline

Definition at line 130 of file interface.h.

References v8::internal::NULL.

Referenced by Interface::Iterator::interface(), and Interface::Iterator::name().

Interface* interface ( ) const
inline

Definition at line 135 of file interface.h.

References ASSERT, and Interface::Iterator::done().

Handle<String> name ( ) const
inline

Definition at line 131 of file interface.h.

References ASSERT, and Interface::Iterator::done().

Friends And Related Function Documentation

friend class Interface
friend

Definition at line 142 of file interface.h.


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