OTB  9.0.0
Orfeo Toolbox
Public Member Functions | Private Attributes | List of all members
otb::splitter_on_delim Struct Reference

#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
 

Detailed Description

Split algorithm that splits on single characters. Not meant to be used directly

See also
split_on()

Definition at line 454 of file otbStringUtilities.h.

Constructor & Destructor Documentation

◆ splitter_on_delim()

otb::splitter_on_delim::splitter_on_delim ( char  delim)
inline

Definition at line 456 of file otbStringUtilities.h.

Member Function Documentation

◆ next_start()

std::vcl_size_t otb::splitter_on_delim::next_start ( ) const
inline

Definition at line 463 of file otbStringUtilities.h.

References otb::details::len(), and m_delimiter.

◆ operator()()

string_view otb::splitter_on_delim::operator() ( string_view const &  within) const
inline

Member Data Documentation

◆ m_delimiter

char otb::splitter_on_delim::m_delimiter
private

Definition at line 465 of file otbStringUtilities.h.

Referenced by next_start(), and operator()().


The documentation for this struct was generated from the following file: