|
Evo C++ Library v0.5.1
|
This is the complete list of members for Socket, including all inherited members.
| accept(Socket &client_socket, SocketAddressBase *client_address=NULL) | Socket | inline |
| attach(Open mode, Handle handle, bool owned=true, bool flushlines=false) | Stream< IoSocket > | inline |
| BACKLOG_DEFAULT | Socket | static |
| Base typedef | Socket | |
| bufrd_ | Stream< IoSocket > | protected |
| bufread() | Stream< IoSocket > | inline |
| bufwr_ | Stream< IoSocket > | protected |
| bufwrite() | Stream< IoSocket > | inline |
| close() | Stream< IoSocket > | inline |
| connect_ip(const char *host, ushort port, int family=AF_INET) | Socket | inline |
| connect_ip(const SubString &host, ushort port, int family=AF_INET) | Socket | inline |
| connect_ud(const SubString &path) | Socket | inline |
| detach() | Stream< IoSocket > | inline |
| device() | Socket | inline |
| device_ | Stream< IoSocket > | protected |
| error() const | IoBase | inline |
| error_ | IoBase | protected |
| errormsg_out(TOut &out) | Socket | inline |
| excep() const | IoBase | inline |
| excep(bool val) | IoBase | inline |
| excep_ | IoBase | protected |
| ExceptionInT typedef | Stream< IoSocket > | |
| ExceptionOutT typedef | Stream< IoSocket > | |
| finish() | Socket | inline |
| finish_in() | Socket | inline |
| finish_out() | Socket | inline |
| flush() | Stream< IoSocket > | inlinevirtual |
| Format typedef | Stream< IoSocket > | |
| get_opt(int level, int optname, T *buf) | Socket | inline |
| get_opt_num(int level, int optname) | Socket | inline |
| get_resolve() const | Socket | inline |
| get_timeout() const | Socket | inline |
| handle() const | Stream< IoSocket > | inline |
| Handle typedef | Stream< IoSocket > | |
| init(Open mode, bool flushlines=false) | Stream< IoSocket > | inlineprotected |
| IoBase() | IoBase | inline |
| isopen() const | Stream< IoSocket > | inlinevirtual |
| listen_ip(const SubString &host, ushort port, int family=AF_INET, int backlog=BACKLOG_DEFAULT) | Socket | inline |
| listen_ip(ushort port, int family=AF_INET, int backlog=BACKLOG_DEFAULT) | Socket | inline |
| listen_ud(const SubString &path, int backlog=BACKLOG_DEFAULT) | Socket | inline |
| operator SafeBoolType() const | SafeBool< IoBase > | inline |
| operator!() const | IoBase | inline |
| operator<<(This &) | Stream< IoSocket > | inline |
| operator<<(Newline nl) | Stream< IoSocket > | inline |
| operator<<(NewlineDefault nl) | Stream< IoSocket > | inline |
| operator<<(const NewlineValue &nl) | Stream< IoSocket > | inline |
| operator<<(Flush) | Stream< IoSocket > | inline |
| operator<<(bool val) | Stream< IoSocket > | inline |
| operator<<(char ch) | Stream< IoSocket > | inline |
| operator<<(const char *str) | Stream< IoSocket > | inline |
| operator<<(const SubString &str) | Stream< IoSocket > | inline |
| operator<<(const ListBase< char, TSize > &str) | Stream< IoSocket > | inline |
| operator<<(int num) | Stream< IoSocket > | inline |
| operator<<(long num) | Stream< IoSocket > | inline |
| operator<<(longl num) | Stream< IoSocket > | inline |
| operator<<(uint num) | Stream< IoSocket > | inline |
| operator<<(ulong num) | Stream< IoSocket > | inline |
| operator<<(ulongl num) | Stream< IoSocket > | inline |
| operator<<(const IntegerT< U > &num) | Stream< IoSocket > | inline |
| operator<<(float num) | Stream< IoSocket > | inline |
| operator<<(double num) | Stream< IoSocket > | inline |
| operator<<(ldouble num) | Stream< IoSocket > | inline |
| operator<<(const FloatT< U > &num) | Stream< IoSocket > | inline |
| operator<<(const FmtChar &fmt) | Stream< IoSocket > | inline |
| operator<<(const FmtString &fmt) | Stream< IoSocket > | inline |
| operator<<(const FmtShort &fmt) | Stream< IoSocket > | inline |
| operator<<(const FmtInt &fmt) | Stream< IoSocket > | inline |
| operator<<(const FmtLong &fmt) | Stream< IoSocket > | inline |
| operator<<(const FmtLongL &fmt) | Stream< IoSocket > | inline |
| operator<<(const FmtUShort &fmt) | Stream< IoSocket > | inline |
| operator<<(const FmtUInt &fmt) | Stream< IoSocket > | inline |
| operator<<(const FmtULong &fmt) | Stream< IoSocket > | inline |
| operator<<(const FmtULongL &fmt) | Stream< IoSocket > | inline |
| operator<<(const FmtFloat &fmt) | Stream< IoSocket > | inline |
| operator<<(const FmtFloatD &fmt) | Stream< IoSocket > | inline |
| operator<<(const FmtFloatL &fmt) | Stream< IoSocket > | inline |
| operator<<(const FmtFieldNum< U > &fmt) | Stream< IoSocket > | inline |
| operator<<(const FmtFieldFloat< U > &fmt) | Stream< IoSocket > | inline |
| operator<<(const FmtPtr &fmtptr) | Stream< IoSocket > | inline |
| operator<<(const FmtDump &fmt) | Stream< IoSocket > | inline |
| Out typedef | Stream< IoSocket > | |
| owned_ | Stream< IoSocket > | protected |
| readbin(void *buf, ulong size) | Stream< IoSocket > | inlinevirtual |
| readline(String &str, ulong maxlen=0) | Stream< IoSocket > | inlinevirtual |
| readtext(char *buf, ulong size) | Stream< IoSocket > | inlinevirtual |
| RwLast enum name | Stream< IoSocket > | protected |
| rwlast_ | Stream< IoSocket > | protected |
| rwlNONE enum value | Stream< IoSocket > | protected |
| rwlREAD enum value | Stream< IoSocket > | protected |
| rwlWRITE enum value | Stream< IoSocket > | protected |
| SafeBool() | SafeBool< IoBase > | inline |
| savepos_ | Stream< IoSocket > | protected |
| set_opt(int level, int optname, const T &val) | Socket | inline |
| set_opt_num(int level, int optname, long val) | Socket | inline |
| set_resolve(bool enable) | Socket | inline |
| set_timeout(ulong timeout_ms) | Socket | inline |
| Size typedef | StreamBase | |
| Socket(Newline nl=NL_SYS, bool exceptions=1) | Socket | inline |
| Socket(bool exceptions) | Socket | inline |
| Stream(Newline newlines=NL_SYS) | Stream< IoSocket > | inline |
| StreamBase() | StreamBase | inline |
| sysinit() | Socket | inlinestatic |
| This typedef | Stream< IoSocket > | |
| write_direct(Size size) | Stream< IoSocket > | inlinevirtual |
| write_direct_finish(Size size) | Stream< IoSocket > | inlinevirtual |
| write_direct_flush(Size &available, Size written_size, Size reserve_size) | Stream< IoSocket > | inline |
| write_direct_multi(Size &available, Size reserve_size) | Stream< IoSocket > | inline |
| write_out() | Stream< IoSocket > | inline |
| writebin(const void *buf, ulong size) | Stream< IoSocket > | inlinevirtual |
| writechar(char ch, ulong count=1) | Stream< IoSocket > | inlinevirtual |
| writefmtchar(char ch, ulong count, const FmtSetField &field) | Stream< IoSocket > | inline |
| writefmtdump(const FmtDump &fmt) | Stream< IoSocket > | inline |
| writefmtdump(const FmtDump &fmt, Newline nl) | Stream< IoSocket > | inline |
| writefmtnum(TNum num, const FmtSetInt &fmt, const FmtSetField *field=NULL) | Stream< IoSocket > | inline |
| writefmtnumf(TNum num, const FmtSetFloat &fmt, const FmtSetField *field=NULL) | Stream< IoSocket > | inline |
| writefmtnumu(TNum num, const FmtSetInt &fmt, const FmtSetField *field=NULL) | Stream< IoSocket > | inline |
| writefmtstr(const char *buf, ulong size, const FmtSetField &field) | Stream< IoSocket > | inline |
| writeline(const char *buf, ulong size) | Stream< IoSocket > | inlinevirtual |
| writenum(TNum num, int base=fDEC) | Stream< IoSocket > | inline |
| writenumf(TNum num, int precision=fPREC_AUTO) | Stream< IoSocket > | inline |
| writenumu(TNum num, int base=fDEC) | Stream< IoSocket > | inline |
| writequoted(const char *buf, Size size, char delim, bool optional=false) | Stream< IoSocket > | inlinevirtual |
| writetext(const char *buf, ulong size) | Stream< IoSocket > | inlinevirtual |
| ~IoBase() | IoBase | inlinevirtual |
| ~Stream() | Stream< IoSocket > | inline |
| ~StreamBase() | StreamBase | inlinevirtual |
1.8.13