![]() |
OTB
9.1.1
Orfeo Toolbox
|
#include <string>#include <vector>#include <limits>#include <stdexcept>#include <boost/lexical_cast.hpp>#include <boost/algorithm/string.hpp>#include <boost/algorithm/string/predicate.hpp>#include <boost/utility/enable_if.hpp>
Include dependency graph for otbStringUtils.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| otb | |
| otb::Utils | |
Functions | |
| template<typename T > | |
| void | otb::Utils::ConvertStringToVector (std::string const &str, T &ret, std::string const &errmsg, const char *delims=" ") |
| template<typename Res , typename In > | |
| Res | otb::Utils::LexicalCast (In const &in, std::string const &kind) |
| template<typename T > | |
| void | otb::Utils::SplitStringToSingleKeyValue (const std::string &str, std::string &key, T &value, const T &defValue, std::string const &errmsg, const std::string delims="=") |
1.8.17