ADD: added string to short function in the utils class
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user