LeviLamina
Loading...
Searching...
No Matches
rtc::SocketAddress Class Reference

Public Member Functions

MCAPI void Clear ()
 
MCAPI bool EqualIPs (::rtc::SocketAddress const &) const
 
MCAPI bool EqualPorts (::rtc::SocketAddress const &) const
 
MCAPI bool FromString (::std::string_view)
 
MCAPI::std::string HostAsSensitiveURIString () const
 
MCAPI::std::string HostAsURIString () const
 
MCAPI bool IsAnyIP () const
 
MCAPI bool IsLoopbackIP () const
 
MCAPI bool IsNil () const
 
MCAPI bool IsPrivateIP () const
 
MCAPI bool IsUnresolvedIP () const
 
MCAPI::std::string PortAsString () const
 
MCAPI void SetIP (::rtc::IPAddress const &)
 
MCAPI void SetIP (::std::string_view)
 
MCAPI void SetPort (int)
 
MCAPI void SetResolvedIP (::rtc::IPAddress const &)
 
MCAPI SocketAddress ()
 
MCAPI SocketAddress (::rtc::SocketAddress const &)
 
MCAPI SocketAddress (::rtc::IPAddress const &, int)
 
MCAPI SocketAddress (::std::string_view, int)
 
MCAPI::std::string ToSensitiveNameAndAddressString () const
 
MCAPI::std::string ToSensitiveString () const
 
MCAPI uint64 ToSockAddrStorage (::sockaddr_storage *) const
 
MCAPI::std::string ToString () const
 
MCAPI::rtc::IPAddress const & ipaddr () const
 
MCAPI bool operator< (::rtc::SocketAddress const &) const
 
MCAPI::rtc::SocketAddress & operator= (::rtc::SocketAddress const &)
 
MCAPI bool operator== (::rtc::SocketAddress const &) const
 
MCAPI ushort port () const
 
MCAPI ~SocketAddress ()
 
MCAPI void * $ctor ()
 
MCAPI void * $ctor (::rtc::SocketAddress const &)
 
MCAPI void * $ctor (::rtc::IPAddress const &, int)
 
MCAPI void * $ctor (::std::string_view, int)
 
MCAPI void $dtor ()
 

Public Attributes

::ll::UntypedStorage< 8, 32 > mUnkd4ada7
 
::ll::UntypedStorage< 4, 32 > mUnk4f0cfd
 
::ll::UntypedStorage< 2, 2 > mUnk2c2892
 
::ll::UntypedStorage< 4, 4 > mUnk595326
 
::ll::UntypedStorage< 1, 1 > mUnkf5648f
 

Constructor & Destructor Documentation

◆ SocketAddress() [1/4]

MCAPI rtc::SocketAddress::SocketAddress ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SocketAddress() [2/4]

MCAPI rtc::SocketAddress::SocketAddress ( ::rtc::SocketAddress const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SocketAddress() [3/4]

MCAPI rtc::SocketAddress::SocketAddress ( ::rtc::IPAddress const & ,
int  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SocketAddress() [4/4]

MCAPI rtc::SocketAddress::SocketAddress ( ::std::string_view ,
int  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ ~SocketAddress()

MCAPI rtc::SocketAddress::~SocketAddress ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ Clear()

MCAPI void rtc::SocketAddress::Clear ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ EqualIPs()

MCAPI bool rtc::SocketAddress::EqualIPs ( ::rtc::SocketAddress const & ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ EqualPorts()

MCAPI bool rtc::SocketAddress::EqualPorts ( ::rtc::SocketAddress const & ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ FromString()

MCAPI bool rtc::SocketAddress::FromString ( ::std::string_view )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ HostAsSensitiveURIString()

MCAPI::std::string rtc::SocketAddress::HostAsSensitiveURIString ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ HostAsURIString()

MCAPI::std::string rtc::SocketAddress::HostAsURIString ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ IsAnyIP()

MCAPI bool rtc::SocketAddress::IsAnyIP ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ IsLoopbackIP()

MCAPI bool rtc::SocketAddress::IsLoopbackIP ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ IsNil()

MCAPI bool rtc::SocketAddress::IsNil ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ IsPrivateIP()

MCAPI bool rtc::SocketAddress::IsPrivateIP ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ IsUnresolvedIP()

MCAPI bool rtc::SocketAddress::IsUnresolvedIP ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ PortAsString()

MCAPI::std::string rtc::SocketAddress::PortAsString ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SetIP() [1/2]

MCAPI void rtc::SocketAddress::SetIP ( ::rtc::IPAddress const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SetIP() [2/2]

MCAPI void rtc::SocketAddress::SetIP ( ::std::string_view )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SetPort()

MCAPI void rtc::SocketAddress::SetPort ( int )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SetResolvedIP()

MCAPI void rtc::SocketAddress::SetResolvedIP ( ::rtc::IPAddress const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ ToSensitiveNameAndAddressString()

MCAPI::std::string rtc::SocketAddress::ToSensitiveNameAndAddressString ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ ToSensitiveString()

MCAPI::std::string rtc::SocketAddress::ToSensitiveString ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ ToSockAddrStorage()

MCAPI uint64 rtc::SocketAddress::ToSockAddrStorage ( ::sockaddr_storage * ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ ToString()

MCAPI::std::string rtc::SocketAddress::ToString ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ ipaddr()

MCAPI::rtc::IPAddress const & rtc::SocketAddress::ipaddr ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ operator<()

MCAPI bool rtc::SocketAddress::operator< ( ::rtc::SocketAddress const & ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ operator=()

MCAPI::rtc::SocketAddress & rtc::SocketAddress::operator= ( ::rtc::SocketAddress const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ operator==()

MCAPI bool rtc::SocketAddress::operator== ( ::rtc::SocketAddress const & ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ port()

MCAPI ushort rtc::SocketAddress::port ( ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor() [1/4]

MCAPI void * rtc::SocketAddress::$ctor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor() [2/4]

MCAPI void * rtc::SocketAddress::$ctor ( ::rtc::SocketAddress const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor() [3/4]

MCAPI void * rtc::SocketAddress::$ctor ( ::rtc::IPAddress const & ,
int  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor() [4/4]

MCAPI void * rtc::SocketAddress::$ctor ( ::std::string_view ,
int  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void rtc::SocketAddress::$dtor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: