#include "utl/split.h"
Classes | |
class | iterator |
Public Member Functions | |
iterator | begin () |
iterator | end () |
operator std::vector< std::string > () | |
split (istream &is, const char delim= '\n') | |
Private Attributes | |
const char | _delim |
istream & | _istream |
|
inline |
|
inline |
Definition at line 65 of file split.h.
References utl::split< istream >::_delim, and utl::split< istream >::_istream.
Referenced by utl::split< istream >::operator std::vector< std::string >().
|
inline |
Definition at line 66 of file split.h.
Referenced by utl::split< istream >::operator std::vector< std::string >().
|
inline |
Definition at line 68 of file split.h.
References utl::split< istream >::begin(), and utl::split< istream >::end().
|
private |
Definition at line 75 of file split.h.
Referenced by utl::split< istream >::begin().
|
private |
Definition at line 74 of file split.h.
Referenced by utl::split< istream >::begin().