#include <algorithm>#include <cctype>#include <string>#include <vector>#include <cstring>#include <iostream>#include <sstream>#include <yarp/manager/ymm-types.h>
Include dependency graph for utility.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | yarp::manager::StrStream |
| class | yarp::manager::ErrorLogger |
| Singleton class ErrorLogger. More... | |
Namespaces | |
| yarp | |
| The main, catch-all namespace for YARP. | |
| yarp::manager | |
Typedefs | |
| typedef std::stringstream | yarp::manager::OSTRINGSTREAM |
Functions | |
| bool | yarp::manager::compareString (const char *szFirst, const char *szSecond) |
| void | yarp::manager::trimString (std::string &str) |
| OS | yarp::manager::strToOS (const char *szOS) |
| bool | yarp::manager::exportDotGraph (Graph &graph, const char *szFileName) |