#include "stdr_parser/stdr_parser_tools.h"
Go to the source code of this file.
Namespaces | |
namespace | stdr_parser |
The main namespace for STDR GUI XML parser. | |
Functions | |
std::set< std::string > | stdr_parser::explodeString (std::string s, char delimiter) |
Explodes a string based on a delimiter. | |
std::string | stdr_parser::extractFilename (std::string s) |
Extracts the filename from an absolute path. |