SNode.C
|
#include <PhysicalSocketOption.h>
Public Member Functions | |
PhysicalSocketOption ()=default | |
PhysicalSocketOption (int optLevel, int optName, int optValue) | |
PhysicalSocketOption (int optLevel, int optName, const std::string &optValue) | |
PhysicalSocketOption (int optLevel, int optName, const std::vector< char > &optValue) | |
int | getOptLevel () const |
int | getOptName () const |
const void * | getOptValue () const |
socklen_t | getOptLen () const |
Private Attributes | |
int | optLevel = -1 |
int | optName = -1 |
std::vector< char > | optValue |
Definition at line 55 of file PhysicalSocketOption.h.
|
default |
net::phy::PhysicalSocketOption::PhysicalSocketOption | ( | int | optLevel, |
int | optName, | ||
int | optValue | ||
) |
Definition at line 50 of file PhysicalSocketOption.cpp.
References optLevel, optName, and optValue.
Referenced by net::config::ConfigPhysicalSocket::addSocketOption(), and net::config::ConfigPhysicalSocket::addSocketOption().
net::phy::PhysicalSocketOption::PhysicalSocketOption | ( | int | optLevel, |
int | optName, | ||
const std::string & | optValue | ||
) |
Definition at line 56 of file PhysicalSocketOption.cpp.
References optLevel, optName, and optValue.
Referenced by net::config::ConfigPhysicalSocket::addSocketOption().
net::phy::PhysicalSocketOption::PhysicalSocketOption | ( | int | optLevel, |
int | optName, | ||
const std::vector< char > & | optValue | ||
) |
socklen_t net::phy::PhysicalSocketOption::getOptLen | ( | ) | const |
Definition at line 80 of file PhysicalSocketOption.cpp.
References optValue.
Referenced by net::phy::PhysicalSocket< SocketAddressT >::open().
int net::phy::PhysicalSocketOption::getOptLevel | ( | ) | const |
Definition at line 68 of file PhysicalSocketOption.cpp.
References optLevel.
Referenced by net::phy::PhysicalSocket< SocketAddressT >::open().
int net::phy::PhysicalSocketOption::getOptName | ( | ) | const |
Definition at line 72 of file PhysicalSocketOption.cpp.
References optName.
Referenced by net::phy::PhysicalSocket< SocketAddressT >::open().
const void * net::phy::PhysicalSocketOption::getOptValue | ( | ) | const |
Definition at line 76 of file PhysicalSocketOption.cpp.
References optValue.
Referenced by net::phy::PhysicalSocket< SocketAddressT >::open().
|
private |
Definition at line 69 of file PhysicalSocketOption.h.
Referenced by getOptLevel(), PhysicalSocketOption(), PhysicalSocketOption(), and PhysicalSocketOption().
|
private |
Definition at line 70 of file PhysicalSocketOption.h.
Referenced by getOptName(), PhysicalSocketOption(), PhysicalSocketOption(), and PhysicalSocketOption().
|
private |
Definition at line 71 of file PhysicalSocketOption.h.
Referenced by getOptLen(), getOptValue(), PhysicalSocketOption(), PhysicalSocketOption(), and PhysicalSocketOption().