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

#include <d8.h>

Public Member Functions

 Iterator (CounterMap *map)
 
void Next ()
 
bool More ()
 
const char * CurrentKey ()
 
CounterCurrentValue ()
 

Detailed Description

Definition at line 98 of file d8.h.

Constructor & Destructor Documentation

Iterator ( CounterMap map)
inlineexplicit

Definition at line 100 of file d8.h.

Member Function Documentation

const char* CurrentKey ( )
inline

Definition at line 104 of file d8.h.

Counter* CurrentValue ( )
inline

Definition at line 105 of file d8.h.

bool More ( )
inline

Definition at line 103 of file d8.h.

References NULL.

Referenced by Shell::OnExit().

void Next ( )
inline

Definition at line 102 of file d8.h.

References TemplateHashMapImpl< AllocationPolicy >::Next().


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