Navigation
API > API/Runtime > API/Runtime/Sockets
Inheritance Hierarchy
- BaseKeyFuncs
- FInternetAddrKeyMapFuncs
References
| Module | Sockets |
| Header | /Engine/Source/Runtime/Sockets/Public/IPAddress.h |
| Include | #include "IPAddress.h" |
Syntax
template<typename ValueType>
struct FInternetAddrKeyMapFuncs : public BaseKeyFuncs< ValueType, TSharedRef< FInternetAddr >, false >
Remarks
KeyFuncs for mapping/hashing FInternetAddr shared references
NOTE: Implements TSharedRef over TSharedPtr, as this is required for performance critical code
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetKeyHash
(
const TSharedRef< FInternetAddr >& Key |
||
| const TSharedRef< FInternetAddr > & | GetSetKey
(
const TPair< TSharedRef< FInternetAddr >, ValueType >& Element |
||
| bool | Matches
(
const TSharedRef< FInternetAddr >& A, |