#include <ustream.h>
Definition at line 49 of file ustream.h.
◆ eof
◆ eof_write_done
bool ustream::eof_write_done |
◆ free
void(* ustream::free) (struct ustream *s) |
◆ next
◆ notify_read
void(* ustream::notify_read) (struct ustream *s, int bytes_new) |
◆ notify_state
void(* ustream::notify_state) (struct ustream *s) |
◆ notify_write
void(* ustream::notify_write) (struct ustream *s, int bytes) |
◆ poll
bool(* ustream::poll) (struct ustream *s) |
◆ read_blocked
◆ set_read_blocked
void(* ustream::set_read_blocked) (struct ustream *s) |
◆ state_change
◆ string_data
bool ustream::string_data |
◆ write
int(* ustream::write) (struct ustream *s, const char *buf, int len, bool more) |
◆ write_error
bool ustream::write_error |
The documentation for this struct was generated from the following file: