#include <util.h>
Detailed Description
Definition at line 42 of file util.h.
Member Function Documentation
static char* Util::number2string |
( |
uint32 |
addr | ) |
|
|
inlinestatic |
number2string
converts IP address from number notation to dotted notation
- Parameters
-
addr | IP address in number notation |
- Returns
- string IP address in dotted notation
Definition at line 64 of file util.h.
static uint32 Util::string2number |
( |
std::string & |
addr | ) |
|
|
inlinestatic |
string2number
converts IP address from dotted notation to number notation
- Parameters
-
addr | IP address in dotted notation |
- Returns
- uint32 IP address in number notation
Definition at line 51 of file util.h.
The documentation for this class was generated from the following file:
- /home/aomegax/workspace/fastProbing/lib/util.h