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 33 of file PhysicalSocketOption.h.
|
default |
net::phy::PhysicalSocketOption::PhysicalSocketOption | ( | int | optLevel, |
int | optName, | ||
int | optValue ) |
Definition at line 28 of file PhysicalSocketOption.cpp.
References optLevel, optName, and PhysicalSocketOption().
Referenced by PhysicalSocketOption().
net::phy::PhysicalSocketOption::PhysicalSocketOption | ( | int | optLevel, |
int | optName, | ||
const std::string & | optValue ) |
Definition at line 34 of file PhysicalSocketOption.cpp.
References optLevel, optName, and PhysicalSocketOption().
Referenced by PhysicalSocketOption().
net::phy::PhysicalSocketOption::PhysicalSocketOption | ( | int | optLevel, |
int | optName, | ||
const std::vector< char > & | optValue ) |
Definition at line 40 of file PhysicalSocketOption.cpp.
References optLevel, optName, and PhysicalSocketOption().
Referenced by PhysicalSocketOption().
socklen_t net::phy::PhysicalSocketOption::getOptLen | ( | ) | const |
Definition at line 58 of file PhysicalSocketOption.cpp.
int net::phy::PhysicalSocketOption::getOptLevel | ( | ) | const |
Definition at line 46 of file PhysicalSocketOption.cpp.
References optLevel.
int net::phy::PhysicalSocketOption::getOptName | ( | ) | const |
Definition at line 50 of file PhysicalSocketOption.cpp.
References optName.
const void * net::phy::PhysicalSocketOption::getOptValue | ( | ) | const |
Definition at line 54 of file PhysicalSocketOption.cpp.
|
private |
Definition at line 47 of file PhysicalSocketOption.h.
Referenced by getOptLevel(), PhysicalSocketOption(), PhysicalSocketOption(), and PhysicalSocketOption().
|
private |
Definition at line 48 of file PhysicalSocketOption.h.
Referenced by getOptName(), PhysicalSocketOption(), PhysicalSocketOption(), and PhysicalSocketOption().
|
private |
Definition at line 49 of file PhysicalSocketOption.h.