ADD: added string to short function in the utils class

This commit is contained in:
Henry Winkel
2023-09-27 10:27:11 +02:00
parent 91ccccb134
commit 4a61f74e83
2 changed files with 13 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ namespace SimCore {
static std::string implode(const std::vector<std::string> &v , char delim);
static bool isNumber(const std::string& s);
static std::uint16_t StringToUShort(std::string str);
static void check_host_name(int hostname);
static void check_host_entry(struct hostent * hostentry);
static void IP_formatter(char *IPbuffer);