#include <fd.hpp>
|
bool | operator< (int left, const WindowsFD &right) |
|
bool | operator< (const WindowsFD &left, int right) |
|
bool | operator> (int left, const WindowsFD &right) |
|
bool | operator> (const WindowsFD &left, int right) |
|
bool | operator<= (int left, const WindowsFD &right) |
|
bool | operator<= (const WindowsFD &left, int right) |
|
bool | operator>= (int left, const WindowsFD &right) |
|
bool | operator>= (const WindowsFD &left, int right) |
|
bool | operator== (int left, const WindowsFD &right) |
|
bool | operator== (const WindowsFD &left, int right) |
|
bool | operator!= (int left, const WindowsFD &right) |
|
bool | operator!= (const WindowsFD &left, int right) |
|
Try< WindowsFD > | dup (const WindowsFD &fd) |
|
os::WindowsFD::WindowsFD |
( |
HANDLE |
handle, |
|
|
bool |
overlapped = false |
|
) |
| |
|
inlineexplicit |
os::WindowsFD::WindowsFD |
( |
SOCKET |
socket, |
|
|
bool |
overlapped = true |
|
) |
| |
|
inlineexplicit |
os::WindowsFD::WindowsFD |
( |
intptr_t |
socket | ) |
|
|
inlineexplicit |
os::WindowsFD::WindowsFD |
( |
int |
crt | ) |
|
|
inline |
os::WindowsFD::WindowsFD |
( |
| ) |
|
|
inline |
os::WindowsFD::WindowsFD |
( |
const WindowsFD & |
| ) |
|
|
default |
os::WindowsFD::~WindowsFD |
( |
| ) |
|
|
default |
Try<HANDLE> os::WindowsFD::assign_iocp |
( |
HANDLE |
target, |
|
|
ULONG_PTR |
key |
|
) |
| const |
|
inline |
int os::WindowsFD::crt |
( |
| ) |
const |
|
inline |
HANDLE os::WindowsFD::get_iocp |
( |
| ) |
const |
|
inline |
bool os::WindowsFD::is_overlapped |
( |
| ) |
const |
|
inline |
bool os::WindowsFD::is_valid |
( |
| ) |
const |
|
inline |
os::WindowsFD::operator HANDLE |
( |
| ) |
const |
|
inline |
os::WindowsFD::operator intptr_t |
( |
| ) |
const |
|
inline |
os::WindowsFD::operator SOCKET |
( |
| ) |
const |
|
inline |
Type os::WindowsFD::type |
( |
| ) |
const |
|
inline |
bool operator!= |
( |
int |
left, |
|
|
const WindowsFD & |
right |
|
) |
| |
|
friend |
bool operator!= |
( |
const WindowsFD & |
left, |
|
|
int |
right |
|
) |
| |
|
friend |
bool operator< |
( |
int |
left, |
|
|
const WindowsFD & |
right |
|
) |
| |
|
friend |
bool operator< |
( |
const WindowsFD & |
left, |
|
|
int |
right |
|
) |
| |
|
friend |
bool operator<= |
( |
int |
left, |
|
|
const WindowsFD & |
right |
|
) |
| |
|
friend |
bool operator<= |
( |
const WindowsFD & |
left, |
|
|
int |
right |
|
) |
| |
|
friend |
bool operator== |
( |
int |
left, |
|
|
const WindowsFD & |
right |
|
) |
| |
|
friend |
bool operator== |
( |
const WindowsFD & |
left, |
|
|
int |
right |
|
) |
| |
|
friend |
bool operator> |
( |
int |
left, |
|
|
const WindowsFD & |
right |
|
) |
| |
|
friend |
bool operator> |
( |
const WindowsFD & |
left, |
|
|
int |
right |
|
) |
| |
|
friend |
bool operator>= |
( |
int |
left, |
|
|
const WindowsFD & |
right |
|
) |
| |
|
friend |
bool operator>= |
( |
const WindowsFD & |
left, |
|
|
int |
right |
|
) |
| |
|
friend |
HANDLE os::WindowsFD::handle_ |
SOCKET os::WindowsFD::socket_ |
The documentation for this class was generated from the following file:
- 3rdparty/stout/include/stout/os/windows/fd.hpp