|
Page Speed Optimization Libraries
1.13.35.1
|
#include "inline_slist.h"
Inherits net_instaweb::InlineSList< T >::IterBase.
Public Member Functions | |
| ConstIterator & | operator++ () |
| const T * | Get () |
| const T * | operator-> () |
| const T & | operator* () |
| bool | operator== (const ConstIterator &other) const |
| bool | operator!= (const ConstIterator &other) const |
Friends | |
| class | InlineSList< T > |
| default copy op, dtor are OK. | |
Read-only iterator type; cannot be used for deletion or to modify the contained items.
1.8.6