acl
3.5.3.0
|
成员的完整列表,这些成员属于 acl::istream,包括所有继承而来的类成员
buf_ | acl::stream | protected |
clear_eof(void) | acl::stream | |
close(void) | acl::stream | |
ctx_table_ | acl::stream | protected |
dbuf_ | acl::stream | protected |
default_ctx_ | acl::stream | protected |
del_ctx(const char *key=NULL) | acl::stream | |
eof(void) const | acl::stream | |
eof_ | acl::stream | protected |
get_buf(void) | acl::stream | |
get_ctx(const char *key=NULL) const | acl::stream | |
get_dbuf(void) | acl::stream | |
get_hook(void) const | acl::stream | |
get_rw_timeout(void) const | acl::stream | |
get_vstream(void) const | acl::stream | |
getch(void) | acl::istream | |
gets(void *buf, size_t *size_inout, bool nonl=true) | acl::istream | |
gets(string &s, bool nonl=true, size_t max=0) | acl::istream | |
gets(string *s, bool nonl=true, size_t max=0) | acl::istream | |
gets_peek(string &buf, bool nonl=true, bool clear=false, int max=0) | acl::istream | |
gets_peek(string *buf, bool nonl=true, bool clear=false, int max=0) | acl::istream | |
hook_ | acl::stream | protected |
istream(void) | acl::istream | inline |
noncopyable() | acl::acl::noncopyable | inlineprotected |
open_stream(bool is_file=false) | acl::stream | protected |
opened(void) const | acl::stream | |
opened_ | acl::stream | protected |
operator>>(string &s) | acl::istream | |
operator>>(long long int &n) | acl::istream | |
operator>>(int &n) | acl::istream | |
operator>>(short &n) | acl::istream | |
operator>>(char &ch) | acl::istream | |
read(void *buf, size_t size, bool loop=true) | acl::istream | |
read(long long int &n, bool loop=true) | acl::istream | |
read(int &n, bool loop=true) | acl::istream | |
read(short &n, bool loop=true) | acl::istream | |
read(char &ch) | acl::istream | |
read(string &s, bool loop=true) | acl::istream | |
read(string *s, bool loop=true) | acl::istream | |
read(string &s, size_t max, bool loop=true) | acl::istream | |
read(string *s, size_t max, bool loop=true) | acl::istream | |
read_peek(string &buf, bool clear=false) | acl::istream | |
read_peek(string *buf, bool clear=false) | acl::istream | |
read_peek(void *buf, size_t size) | acl::istream | |
readn_peek(string &buf, size_t cnt, bool clear=false) | acl::istream | |
readn_peek(string *buf, size_t cnt, bool clear=false) | acl::istream | |
readtags(void *buf, size_t *inout, const char *tag, size_t len) | acl::istream | |
readtags(string &s, const string &tag) | acl::istream | |
readtags(string *s, const string &tag) | acl::istream | |
remove_hook(void) | acl::stream | |
reopen_stream(bool is_file=false) | acl::stream | protected |
set_ctx(void *ctx, const char *key=NULL, bool replace=true) | acl::stream | |
set_rw_timeout(int n) | acl::stream | |
set_time_unit(time_unit_t unit) | acl::stream | |
setup_hook(stream_hook *hook) | acl::stream | |
stream(void) | acl::stream | |
stream_ | acl::stream | protected |
ugetch(int ch) | acl::istream | |
unbind(void) | acl::stream | |
~istream(void) | acl::istream | inlinevirtual |
~noncopyable() | acl::acl::noncopyable | inlineprotected |
~stream(void)=0 | acl::stream | pure virtual |