IPPOLib
 All Classes Files Functions Variables Typedefs Macros
Static Public Member Functions | List of all members
Util Class Reference

#include <util.h>

Static Public Member Functions

static uint32 string2number (std::string &addr)
 string2number
static char * number2string (uint32 addr)
 number2string

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
addrIP address in number notation
Returns
string IP address in dotted notation

Definition at line 64 of file util.h.

Here is the caller graph for this function:

static uint32 Util::string2number ( std::string &  addr)
inlinestatic

string2number

converts IP address from dotted notation to number notation

Parameters
addrIP 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: