class iterator
Defined at line 25 of file ../../zircon/system/ulib/uart/include/lib/uart/chars-from.h
Public Methods
void iterator ()
Defined at line 33 of file ../../zircon/system/ulib/uart/include/lib/uart/chars-from.h
void iterator (const iterator & )
Defined at line 34 of file ../../zircon/system/ulib/uart/include/lib/uart/chars-from.h
void iterator (iterator && )
Defined at line 35 of file ../../zircon/system/ulib/uart/include/lib/uart/chars-from.h
iterator & operator= (const iterator & )
Defined at line 36 of file ../../zircon/system/ulib/uart/include/lib/uart/chars-from.h
iterator & operator= (iterator && )
Defined at line 37 of file ../../zircon/system/ulib/uart/include/lib/uart/chars-from.h
template <typename T>
void iterator (T && it)
Defined at line 40 of file ../../zircon/system/ulib/uart/include/lib/uart/chars-from.h
bool operator== (const iterator & other)
Defined at line 42 of file ../../zircon/system/ulib/uart/include/lib/uart/chars-from.h
bool operator!= (const iterator & other)
Defined at line 46 of file ../../zircon/system/ulib/uart/include/lib/uart/chars-from.h
iterator operator++ (int )
Defined at line 48 of file ../../zircon/system/ulib/uart/include/lib/uart/chars-from.h
iterator & operator++ ()
Defined at line 54 of file ../../zircon/system/ulib/uart/include/lib/uart/chars-from.h
value_type operator* ()
Defined at line 68 of file ../../zircon/system/ulib/uart/include/lib/uart/chars-from.h