AutoAPMS
Resilient Robot Mission Management
Loading...
Searching...
No Matches
string.cpp File Reference
#include "auto_apms_core/util/string.hpp"
#include <algorithm>
#include <sstream>
#include <iterator>
Include dependency graph for string.cpp:

Go to the source code of this file.

Namespaces

namespace  auto_apms_core
 
namespace  auto_apms_core::util
 

Functions

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)