#include <ifstream_line_iterator.hpp>


Public Member Functions | |
| basic_ifstream_line_iterator (basic_cstring< CharT const > file_name, CharT delimeter) | |
| basic_ifstream_line_iterator (basic_cstring< CharT const > file_name=basic_cstring< CharT const >()) | |
Protected Member Functions | |
| void | init () |
Protected Attributes | |
| bool | m_valid |
| std::basic_string< CharT > | m_value |
Private Types | |
| typedef std::basic_ifstream < CharT, std::char_traits < CharT > > | stream_t |
Private Member Functions | |
| bool | is_valid () |
Private Attributes | |
| stream_t | m_stream |
|
inline |
|
inlineexplicit |
|
inlineprotectedinherited |
|
mutableprotectedinherited |
|
protectedinherited |