YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
utils.h File Reference
#include <string>
+ Include dependency graph for utils.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

std::string doxygenize_string (std::string s)
 
std::string current_time ()
 
bool containsOnlySymbols (const std::string &str)
 
std::string trimSpaces (const std::string &str)
 
std::string escapeQuotes (const std::string &str)
 

Function Documentation

◆ containsOnlySymbols()

bool containsOnlySymbols ( const std::string &  str)
inline

Definition at line 33 of file utils.h.

◆ current_time()

std::string current_time ( )
inline

Definition at line 24 of file utils.h.

◆ doxygenize_string()

std::string doxygenize_string ( std::string  s)
inline

Definition at line 12 of file utils.h.

◆ escapeQuotes()

std::string escapeQuotes ( const std::string &  str)
inline

Definition at line 56 of file utils.h.

◆ trimSpaces()

std::string trimSpaces ( const std::string &  str)
inline

Definition at line 43 of file utils.h.