Public Member Functions | |
bool | Init () |
SocketWaiter & | operator= (const SocketWaiter &)=delete |
bool | ReadStdin (void *out, size_t *out_len, size_t max_out) |
SocketWaiter (const SocketWaiter &)=delete | |
SocketWaiter (int sock) | |
bool | Wait (StdinWait stdin_wait, bool *socket_ready, bool *stdin_ready) |
Private Attributes | |
int | sock_ |
bool | stdin_open_ = true |
Definition at line 387 of file transport_common.cc.
|
inlineexplicit |
Definition at line 389 of file transport_common.cc.
|
delete |
|
inline |
Definition at line 394 of file transport_common.cc.
|
delete |
|
inline |
Definition at line 433 of file transport_common.cc.
Definition at line 401 of file transport_common.cc.
|
private |
Definition at line 451 of file transport_common.cc.
Definition at line 450 of file transport_common.cc.