Page Speed Optimization Libraries
1.13.35.1
|
#include "js_keywords.h"
Public Member Functions | |
bool | AtEnd () const |
void | Next () |
Type | keyword () const |
const char * | name () const |
Limited iterator (not an STL iterator). Example usage: for (JsKeywords::Iterator iter; !iter.AtEnd(); iter.Next()) { use(iter.keyword(), iter.name()); }