proxygen
SocketAddress.cpp File Reference
#include <folly/SocketAddress.h>
#include <cerrno>
#include <cstdio>
#include <cstring>
#include <sstream>
#include <string>
#include <system_error>
#include <boost/functional/hash.hpp>
#include <folly/CppAttributes.h>
#include <folly/Exception.h>
#include <folly/Format.h>
#include <folly/hash/Hash.h>
#include <folly/net/NetOps.h>
#include <folly/net/NetworkSocket.h>

Go to the source code of this file.

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 

Macros

#define __STDC_FORMAT_MACROS
 
#define GETFAMILYNAMEFROM_IMPL(Family)
 

Functions

size_t folly::hash_value (const SocketAddress &address)
 
std::ostream & folly::operator<< (std::ostream &os, const SocketAddress &addr)
 

Macro Definition Documentation

#define __STDC_FORMAT_MACROS

Definition at line 18 of file SocketAddress.cpp.

#define GETFAMILYNAMEFROM_IMPL (   Family)
Value:
case Family: \
return #Family

Referenced by folly::SocketAddress::getFamilyNameFrom().