|
VideoTools
|
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. | |
| static std::string | canonicalName () |
| Returns the canonical network name assiciated with hostname(). | |
| static void | canonicalName (const std::string &override) |
| Sets the canonicalName() override. | |
| static std::string | name () |
| Returns canonicalName(), or hostname() if canonicalName() is the empty string. More... | |
| static bool | isLocal (const Address &, std::string &reason) |
| Returns true if the given address appears to be associated with the local host, or a helpful error message if not. More... | |
A static class for getting information about the local machine's network name and address.
|
static |
Returns true if the given address appears to be associated with the local host, or a helpful error message if not.
Definition at line 68 of file glocal.cpp.
|
static |
Returns canonicalName(), or hostname() if canonicalName() is the empty string.
Definition at line 63 of file glocal.cpp.