![]() |
libdl
0.0.1
Simple yet powerful deep learning
|
Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | value_type = std::string |
| using | difference_type = std::ptrdiff_t |
| using | reference = const value_type & |
| using | pointer = const value_type * |
Public Member Functions | |
| LineIterator (std::istream &input) | |
| reference | operator* () const |
| pointer | operator-> () const |
| LineIterator & | operator++ () |
| LineIterator | operator++ (int) |
Friends | |
| bool | operator== (const LineIterator &x, const LineIterator &y) |
| bool | operator!= (const LineIterator &x, const LineIterator &y) |
Definition at line 8 of file line_iter.hpp.
Definition at line 11 of file line_iter.hpp.
Definition at line 9 of file line_iter.hpp.
| using dl::utils::LineIterator::pointer = const value_type* |
Definition at line 13 of file line_iter.hpp.
| using dl::utils::LineIterator::reference = const value_type& |
Definition at line 12 of file line_iter.hpp.
Definition at line 10 of file line_iter.hpp.
|
inline |
Definition at line 15 of file line_iter.hpp.
|
inline |
Definition at line 16 of file line_iter.hpp.
|
inline |
Definition at line 18 of file line_iter.hpp.
|
inline |
Definition at line 21 of file line_iter.hpp.
|
inline |
Definition at line 27 of file line_iter.hpp.
|
inline |
Definition at line 19 of file line_iter.hpp.
|
friend |
Definition at line 35 of file line_iter.hpp.
|
friend |
Definition at line 33 of file line_iter.hpp.