Goby3
3.1.5a
2024.05.23
|
Go to the source code of this file.
Namespaces | |
goby | |
The global namespace for the Goby project. | |
goby::moos | |
Functions | |
std::ostream & | goby::moos::operator<< (std::ostream &os, const CMOOSMsg &msg) |
bool | goby::moos::val_from_string (std::string &out, const std::string &str, const std::string &key) |
template<typename T > | |
bool | goby::moos::val_from_string (T &out, const std::string &str, const std::string &key) |
bool | goby::moos::val_from_string (bool &out, const std::string &str, const std::string &key) |
specialization of val_from_string for boolean out More... | |
void | goby::moos::stripblanks (std::string &s) |
remove all blanks from string s More... | |