proxygen
|
Public Member Functions | |
AddressStorage () | |
AddressStorage (const ByteArray4 bytes) | |
AddressStorage (const in_addr addr) | |
Public Attributes | |
in_addr | inAddr_ |
ByteArray4 | bytes_ |
Definition at line 285 of file IPAddressV4.h.
|
inline |
Definition at line 291 of file IPAddressV4.h.
|
inlineexplicit |
Definition at line 294 of file IPAddressV4.h.
|
inlineexplicit |
Definition at line 295 of file IPAddressV4.h.
References addr, folly::IPAddressV4::addr_, folly::IPAddressV4::bytes(), folly::hash_value(), folly::pushmi::__adl::noexcept(), folly::operator<<(), string, folly::toAppend(), and folly::IPAddressV4::trySetFromBinary().
ByteArray4 folly::IPAddressV4::AddressStorage::bytes_ |
Definition at line 290 of file IPAddressV4.h.
Referenced by folly::IPAddressV4::bytes(), folly::IPAddressV4::mask(), and folly::IPAddressV4::toInverseArpaName().
in_addr folly::IPAddressV4::AddressStorage::inAddr_ |
Definition at line 288 of file IPAddressV4.h.
Referenced by folly::IPAddressV4::str(), folly::IPAddressV4::toAddr(), folly::IPAddressV4::toBinary(), folly::IPAddressV4::toFullyQualifiedAppend(), folly::IPAddressV4::toSockAddr(), and folly::IPAddressV4::trySetFromBinary().