|
CPN
Computational Process Networks
|
#include <SocketHandle.h>
Collaboration diagram for SocketHandle::SendOpts:Public Member Functions | |
| SendOpts () | |
| SendOpts (int f) | |
| SendOpts & | Block (bool block) |
| SendOpts & | NoSignal (bool sig) |
| SendOpts & | More (bool more) |
Public Attributes | |
| int | flags |
Convenience structure for Send so you can do things like Send(ptr, len, SendOpts().Block(false).NoSignal(true)); Send(ptr, len, SendOpts()) is exactly the same as Write(ptr, len)
Definition at line 91 of file SocketHandle.h.
|
inline |
Definition at line 92 of file SocketHandle.h.
|
inline |
Definition at line 93 of file SocketHandle.h.
| SocketHandle::SendOpts & SocketHandle::SendOpts::Block | ( | bool | block | ) |
| SocketHandle::SendOpts & SocketHandle::SendOpts::More | ( | bool | more | ) |
Definition at line 170 of file SocketHandle.cc.
| SocketHandle::SendOpts & SocketHandle::SendOpts::NoSignal | ( | bool | sig | ) |
Definition at line 164 of file SocketHandle.cc.
| int SocketHandle::SendOpts::flags |
Definition at line 99 of file SocketHandle.h.
Referenced by Block(), and SocketHandle::Send().
1.8.5