DATRW++ library: seismic data I/O with multiple formats
|
std::string datrw::util::clipstring | ( | std::string & | s, |
const std::string & | delim = ":" |
||
) |
strip substringStrips off first substring up to given delimiter. The string is passed as a reference and will be modified (i.e. the stripped substring as well as the delimiter will be erased).
s | input string |
delim | delimiter to look for |
Definition at line 105 of file util.cc.
Referenced by datrw::anyID(), main(), datrw::formatmodifiers::makeparamap(), datrw::oanystream::open(), datrw::ianystream::open(), and datrw::iasciistream::readheader().