22 #ifndef STDR_PARSER_TOOLS 23 #define STDR_PARSER_TOOLS 37 #include "yaml-cpp/yaml.h" 39 #ifdef HAVE_NEW_YAMLCPP 45 void operator >> (
const YAML::Node& node, T& i)
52 #include "stdr_msgs/RobotMsg.h" 53 #include "geometry_msgs/Pose2D.h" 54 #include "geometry_msgs/Point.h" 59 #define SSTR( x ) dynamic_cast< std::ostringstream & >( \ 60 ( std::ostringstream() << std::dec << x ) ).str() The main namespace for STDR GUI XML parser.
std::string extractFilename(std::string s)
Extracts the filename from an absolute path.
std::string extractDirname(std::string s)
Extracts the directory from an absolute path. It does the same functionality as libgen's dirname but ...
std::set< std::string > explodeString(std::string s, char delimiter)
Explodes a string based on a delimiter.