This is the complete list of members for utl::ReadStream, including all inherited members.
Clear() | utl::ReadStream | inline |
FilterComments(const std::string &line) | utl::ReadStream | privatestatic |
fStream | utl::ReadStream | private |
Get(T &t) | utl::ReadStream | inline |
GetLine(T &t, const bool trim=false) | utl::ReadStream | inline |
GetLines(std::vector< T > &v, const bool filterComments=true, const bool trim=false) | utl::ReadStream | inline |
GetStream() const | utl::ReadStream | inline |
operator bool() const | utl::ReadStream | inlineexplicit |
operator=(const ReadStream &) | utl::ReadStream | private |
ReadStream()=default | utl::ReadStream | |
ReadStream(std::istream &is) | utl::ReadStream | inline |
ReadStream(const ReadStream &) | utl::ReadStream | private |
SetStream(std::istream &is) | utl::ReadStream | inline |