MPD
0.20.6
|
An OO wrapper for struct sockaddr_storage. More...
#include <StaticSocketAddress.hxx>
Public Types | |
typedef SocketAddress::size_type | size_type |
Public Member Functions | |
StaticSocketAddress ()=default | |
StaticSocketAddress & | operator= (SocketAddress other) |
operator SocketAddress () const | |
struct sockaddr * | GetAddress () |
const struct sockaddr * | GetAddress () const |
constexpr size_type | GetCapacity () const |
size_type | GetSize () const |
void | SetSize (size_type _size) |
int | GetFamily () const |
bool | IsDefined () const |
void | Clear () |
gcc_pure bool | operator== (SocketAddress other) const |
bool | operator!= (SocketAddress &other) const |
An OO wrapper for struct sockaddr_storage.
Definition at line 41 of file StaticSocketAddress.hxx.
Definition at line 43 of file StaticSocketAddress.hxx.
|
default |
|
inline |
Definition at line 90 of file StaticSocketAddress.hxx.
|
inline |
Definition at line 59 of file StaticSocketAddress.hxx.
|
inline |
Definition at line 63 of file StaticSocketAddress.hxx.
|
inline |
Definition at line 67 of file StaticSocketAddress.hxx.
|
inline |
Definition at line 82 of file StaticSocketAddress.hxx.
|
inline |
Definition at line 71 of file StaticSocketAddress.hxx.
|
inline |
Definition at line 86 of file StaticSocketAddress.hxx.
|
inline |
Definition at line 54 of file StaticSocketAddress.hxx.
|
inline |
Definition at line 99 of file StaticSocketAddress.hxx.
StaticSocketAddress& StaticSocketAddress::operator= | ( | SocketAddress | other | ) |
|
inline |
Definition at line 95 of file StaticSocketAddress.hxx.
|
inline |
Definition at line 75 of file StaticSocketAddress.hxx.