#include <net.H>
|
| static void | encode (bytes *out) |
| |
| static std::string | describe () |
| |
| static void | write (int s, const std::string &x) |
| |
| static void | read (int s, std::string *x) |
| |
| static void | prepare (async_read_state *o) |
| |
| static bool | accum (int s, async_read_state *o, std::string *x) |
| |
◆ accum()
| static bool hobbes::net::io< std::string >::accum |
( |
int |
s, |
|
|
async_read_state * |
o, |
|
|
std::string * |
x |
|
) |
| |
|
inlinestatic |
◆ describe()
◆ encode()
◆ prepare()
| static void hobbes::net::io< std::string >::prepare |
( |
async_read_state * |
o | ) |
|
|
inlinestatic |
◆ read()
| static void hobbes::net::io< std::string >::read |
( |
int |
s, |
|
|
std::string * |
x |
|
) |
| |
|
inlinestatic |
◆ write()
| static void hobbes::net::io< std::string >::write |
( |
int |
s, |
|
|
const std::string & |
x |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: