class iterator
Defined at line 19 of file ../../zircon/kernel/lib/boot-options/include/lib/boot-options/word-view.h
Public Methods
iterator & operator++ ()
Note that ++end() just yields end(), which begin() relies on (below).
Defined at line 11 of file ../../zircon/kernel/lib/boot-options/word-view.cc
void iterator ()
Defined at line 27 of file ../../zircon/kernel/lib/boot-options/include/lib/boot-options/word-view.h
void iterator (const iterator & )
Defined at line 28 of file ../../zircon/kernel/lib/boot-options/include/lib/boot-options/word-view.h
iterator & operator= (const iterator & )
Defined at line 29 of file ../../zircon/kernel/lib/boot-options/include/lib/boot-options/word-view.h
void ~iterator ()
Defined at line 30 of file ../../zircon/kernel/lib/boot-options/include/lib/boot-options/word-view.h
bool operator== (const iterator & other)
Defined at line 32 of file ../../zircon/kernel/lib/boot-options/include/lib/boot-options/word-view.h
bool operator!= (const iterator & other)
Defined at line 33 of file ../../zircon/kernel/lib/boot-options/include/lib/boot-options/word-view.h
iterator operator++ (int )
Defined at line 37 of file ../../zircon/kernel/lib/boot-options/include/lib/boot-options/word-view.h
std::string_view operator* ()
Defined at line 43 of file ../../zircon/kernel/lib/boot-options/include/lib/boot-options/word-view.h
Friends
class WordView