Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
net_instaweb::HtmlName::Iterator Class Reference

#include "html_name.h"

Public Member Functions

bool AtEnd () const
 
void Next ()
 
Keyword keyword () const
 
const char * name () const
 

Detailed Description

Limited iterator (not an STL iterator). Example usage: for (HtmlName::Iterator iter; !iter.AtEnd(); iter.Next()) { use(iter.keyword(), iter.name()); }


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