DUNE: Uniform Navigational Environment
2.4.2
|
Public Member Functions | |
TupleList (std::string str, std::string sep="=", std::string tuple_sep=";", bool ignore_case=false) | |
void | clear (void) |
std::string | get (std::string label) |
template<typename Type > | |
Type | get (std::string label, Type dflt) |
TupleList & | operator<< (const std::string str) |
std::map< std::string, std::string > | getMap () |
std::map< std::string, std::string > | getMapReversed () |
Friends | |
std::ostream & | operator<< (std::ostream &os, const TupleList &) |
std::string & | operator<< (std::string &os, const TupleList &) |
|
inline |
|
inline |
|
inline |
References DUNE::Utils::String::toLowerCase().
Referenced by DUNE::Control::BasicRemoteOperation::consume().
|
inline |
References DUNE::Utils::String::toLowerCase().
std::map< std::string, std::string > DUNE::Utils::TupleList::getMap | ( | ) |
std::map< std::string, std::string > DUNE::Utils::TupleList::getMapReversed | ( | ) |
TupleList & DUNE::Utils::TupleList::operator<< | ( | const std::string | str | ) |
|
friend |
|
friend |