acl
3.5.3.0
|
成员的完整列表,这些成员属于 acl::ofstream,包括所有继承而来的类成员
buf_ | acl::stream | protected |
clear() | acl::pipe_stream | inlinevirtual |
clear_eof(void) | acl::stream | |
close(void) | acl::stream | |
create(const char *path) | acl::fstream | |
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 |
fflush(void) | acl::ostream | |
file_handle(void) const | acl::fstream | |
file_path(void) const | acl::fstream | |
format(const char *fmt,...) ACL_CPP_PRINTF(2 | acl::ostream | |
fseek(long long int offset, int whence) | acl::fstream | |
fsize(void) const | acl::fstream | |
fsize(const char *path) | acl::fstream | static |
fstream(void) | acl::fstream | |
ftell(void) | acl::fstream | |
ftruncate(long long int length) | acl::fstream | |
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 |
lock(bool exclude=true) | acl::fstream | |
acl::noncopyable() | acl::acl::noncopyable | inlineprotected |
acl::ostream::acl::pipe_stream::noncopyable() | acl::acl::noncopyable | inlineprotected |
ofstream(void) | acl::ofstream | |
open(const char *path, unsigned int oflags, int mode) | acl::fstream | |
open(int fh, unsigned int oflags, const char *path=NULL) | acl::fstream | |
open_append(const char *path) | acl::ofstream | |
open_stream(bool is_file=false) | acl::stream | protected |
open_trunc(const char *path) | acl::fstream | |
open_write(const char *path, bool otrunc=true) | acl::ofstream | |
opened(void) const | acl::stream | |
opened_ | acl::stream | protected |
operator<<(const string &s) | acl::ostream | |
operator<<(const char *s) | acl::ostream | |
operator<<(long long int n) | acl::ostream | |
operator<<(int n) | acl::ostream | |
operator<<(short n) | acl::ostream | |
operator<<(char ch) | acl::ostream | |
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 | |
ostream(void) | acl::ostream | inline |
pipe_stream() | acl::pipe_stream | inline |
pop_end(string *out, size_t max=0) | acl::ostream | inlinevirtual |
push_pop(const char *in, size_t len, string *out=NULL, size_t max=0) | acl::ostream | virtual |
puts(const char *s) | acl::ostream | |
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(void) | acl::fstream | |
remove_hook(void) | acl::stream | |
rename(const char *from_path, const char *to_path) | acl::fstream | |
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 |
try_lock(bool exclude=true) | acl::fstream | |
ugetch(int ch) | acl::istream | |
unbind(void) | acl::stream | |
unlock(void) | acl::fstream | |
vformat(const char *fmt, va_list ap) | acl::ostream | |
write(const void *data, size_t size, bool loop=true, bool buffed=false) | acl::ostream | |
write(long long int n) | acl::ostream | |
write(int n) | acl::ostream | |
write(short n) | acl::ostream | |
write(char ch) | acl::ostream | |
write(const string &s, bool loop=true) | acl::ostream | |
writev(const struct iovec *v, int count, bool loop=true) | acl::ostream | |
~fstream(void) | acl::fstream | virtual |
~istream(void) | acl::istream | inlinevirtual |
acl::~noncopyable() | acl::acl::noncopyable | inlineprotected |
acl::ostream::acl::pipe_stream::~noncopyable() | acl::acl::noncopyable | inlineprotected |
~ofstream(void) | acl::ofstream | virtual |
~ostream(void) | acl::ostream | inlinevirtual |
~pipe_stream() | acl::pipe_stream | inlinevirtual |
~stream(void)=0 | acl::stream | pure virtual |