#include <soma-io/utilities/asciidatasourcetraits.h>
|
static std::string | readWhile (DataSource &, const std::string &chars=" \\, bool ascii=true) |
|
static std::string | readUntil (DataSource &, const std::string &chars=" \\, bool ascii=true) |
|
static bool | skip (DataSource &, const std::string &chars=" \\, bool ascii=true) |
|
static bool | skipUntil (DataSource &, const std::string &chars=" \\, bool ascii=true) |
|
static bool | getline (DataSource &ds, std::string &) |
|
static bool | skip (std::istream &, const std::string &chars=" \\, bool ascii=true) |
|
Definition at line 67 of file asciidatasourcetraits.h.
◆ getline()
static bool soma::StreamUtil::getline |
( |
DataSource & |
ds, |
|
|
std::string & |
|
|
) |
| |
|
static |
◆ readUntil()
static std::string soma::StreamUtil::readUntil |
( |
DataSource & |
| ) |
|
|
static |
◆ readWhile()
static std::string soma::StreamUtil::readWhile |
( |
DataSource & |
| ) |
|
|
static |
◆ skip() [1/2]
static bool soma::StreamUtil::skip |
( |
DataSource & |
| ) |
|
|
static |
◆ skip() [2/2]
static bool soma::StreamUtil::skip |
( |
std::istream & |
| ) |
|
|
static |
◆ skipUntil()
static bool soma::StreamUtil::skipUntil |
( |
DataSource & |
| ) |
|
|
static |
The documentation for this class was generated from the following file: