![]() |
rotate
1.0
Bit rotator
|
#include <StringUtils.h>
Static Public Member Functions | |
| static std::vector< std::string > | split (std::string s, std::string delimiter) |
| Internal function used to parse a string in the form 0xAA,0xBB,...,0xDD into seperate bytes of 0xNN. More... | |
| static std::string | trim (const std::string &str, const std::string &whitespace=" \t") |
| Trim leading spaces from a string. Used in parsing the hex string. More... | |
Definition at line 7 of file StringUtils.h.
|
inlinestatic |
Internal function used to parse a string in the form 0xAA,0xBB,...,0xDD into seperate bytes of 0xNN.
| s | |
| delimiter |
Definition at line 20 of file StringUtils.h.

|
inlinestatic |
Trim leading spaces from a string. Used in parsing the hex string.
| str | |
| whitespace |
Definition at line 43 of file StringUtils.h.
