E-MailRelay
Static Public Member Functions | List of all members
GNet::Local Class Reference

A static class for getting information about the local machine's network name and address. More...

#include <glocal.h>

Static Public Member Functions

static std::string hostname ()
 Returns the local hostname. Returns "localhost" on error. More...
 
static std::string canonicalName ()
 Returns the canonical network name assiciated with hostname(). More...
 

Detailed Description

A static class for getting information about the local machine's network name and address.

Definition at line 38 of file glocal.h.

Member Function Documentation

◆ canonicalName()

std::string GNet::Local::canonicalName ( )
static

Returns the canonical network name assiciated with hostname().

Defaults to "<hostname>.localnet" if DNS does not provide a canonical network name.

Definition at line 34 of file glocal.cpp.

◆ hostname()

std::string GNet::Local::hostname ( )
static

Returns the local hostname. Returns "localhost" on error.

Definition at line 26 of file glocal.cpp.


The documentation for this class was generated from the following files: