Helpers.hh File Reference
  Go to the source code of this file.
Namespaces | |
| ignition | |
| ignition::fuel_tools | |
Macros | |
| #define | ign_sprintf std::sprintf | 
| #define | ign_strcat std::strcat | 
| #define | ign_strcpy std::strcpy | 
| #define | ign_strdup strdup | 
Functions | |
| std::string | uriToPath (const ignition::common::URI &_uri) | 
Convert a URI to a string suitable to use as a path on disk. It strips the scheme and authority's // prefix.  More... | |
Macro Definition Documentation
◆ ign_sprintf
| #define ign_sprintf std::sprintf | 
◆ ign_strcat
| #define ign_strcat std::strcat | 
◆ ign_strcpy
| #define ign_strcpy std::strcpy | 
◆ ign_strdup
| #define ign_strdup strdup |