Goby3  3.1.5
2024.05.14
moos_string.h File Reference
#include "goby/moos/moos_header.h"
#include "goby/time.h"
#include "goby/util/as.h"

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...