E-MailRelay
|
#include "gdef.h"
#include "gaddress4.h"
#include "gstr.h"
#include "gtest.h"
#include "gassert.h"
#include "glog.h"
#include <algorithm>
#include <utility>
#include <climits>
#include <sys/types.h>
#include <sstream>
#include <array>
Go to the source code of this file.
Namespaces | |
namespace | GNet |
Network classes. | |
Variables | |
constexpr const char * | GNet::Address4Imp::port_separators = ":" |
constexpr char | GNet::Address4Imp::port_separator = ':' |
|
constexpr |
Definition at line 39 of file gaddress4.cpp.
|
constexpr |
Definition at line 38 of file gaddress4.cpp.