|
Jetpack documentation 1.0.0
|
The Jetpack.cpp. More...
#include "utils/Jetpack.hpp"Functions | |
| std::vector< std::string > | stringToVector (std::string str, std::string delimiters) |
| Converts a string to a vector of strings. | |
| void | closeJetpack (UNUSED int signal) |
| Closes the jetpack. | |
The Jetpack.cpp.
| void closeJetpack | ( | UNUSED int | signal | ) |
Closes the jetpack.
| signal | The signal to handle |
| JetpackStop | if the jetpack is closed |
| std::vector< std::string > stringToVector | ( | std::string | str, |
| std::string | delimiters ) |
Converts a string to a vector of strings.
Converts a string to a vector of strings using the specified delimiters.
| str | The string to convert |
| delimiters | The delimiters to use |
| str | The string to convert |
| delimiters | The delimiters to use for splitting the string |