Electroneum
string_tools.cpp File Reference
#include "string_tools.h"
#include <ctype.h>
#include <arpa/inet.h>
#include <netinet/in.h>
Include dependency graph for string_tools.cpp:

Go to the source code of this file.

Namespaces

 epee
 
 epee::string_tools
 

Functions

std::string epee::string_tools::get_ip_string_from_int32 (uint32_t ip)
 
bool epee::string_tools::get_ip_int32_from_string (uint32_t &ip, const std::string &ip_str)
 
bool epee::string_tools::validate_hex (uint64_t length, const std::string &str)