#include <NetUtils.h>
Definition at line 67 of file NetUtils.h.
Public Member Functions | |
Intoa (in_addr_t addr) | |
~Intoa () | |
const char * | buf () |
Static Public Attributes | |
static const int | bufsize_ = sizeof(".xxx.xxx.xxx.xxx") |
Protected Attributes | |
char | buf_ [bufsize_] |
const char * | str_ |
oasys::Intoa::Intoa | ( | in_addr_t | addr | ) | [inline] |
oasys::Intoa::~Intoa | ( | ) | [inline] |
const char* oasys::Intoa::buf | ( | ) | [inline] |
const int oasys::Intoa::bufsize_ = sizeof(".xxx.xxx.xxx.xxx") [static] |
char oasys::Intoa::buf_[bufsize_] [protected] |
const char* oasys::Intoa::str_ [protected] |