OTB
9.0.0
Orfeo Toolbox
|
#include <otbStringUtilities.h>
Public Member Functions | |
std::vcl_size_t | next_start () const |
string_view | operator() (string_view const &within) const |
splitter_on_delim (char delim) | |
Private Attributes | |
char | m_delimiter |
Split algorithm that splits on single characters. Not meant to be used directly
split_on()
Definition at line 454 of file otbStringUtilities.h.
|
inline |
Definition at line 456 of file otbStringUtilities.h.
|
inline |
Definition at line 463 of file otbStringUtilities.h.
References otb::details::len(), and m_delimiter.
|
inline |
Definition at line 457 of file otbStringUtilities.h.
References otb::string_view::begin(), otb::string_view::end(), otb::find(), and m_delimiter.
|
private |
Definition at line 465 of file otbStringUtilities.h.
Referenced by next_start(), and operator()().