AutoAPMS
Resilient Robot Mission Management
Loading...
Searching...
No Matches
string.hpp File Reference
#include <string>
#include <vector>
Include dependency graph for string.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  auto_apms_core
 
namespace  auto_apms_core::util
 
enum class  TextColor {
  GREEN , RED , YELLOW , BLUE ,
  MAGENTA , CYAN
}
 
std::vector< std::string > splitString (const std::string &str, const std::string &delimiter, bool preserve_empty=true)
 
std::string makeColoredText (const std::string &text, TextColor color)