File: Socket.3

package info (click to toggle)
mailfilter 0.8.2-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,956 kB
  • sloc: cpp: 2,459; ansic: 1,259; sh: 1,134; lex: 566; yacc: 463; makefile: 221; perl: 72
file content (65 lines) | stat: -rw-r--r-- 1,399 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.TH "Socket" 3 "15 Aug 2009" "Version 0.8.2" "mailfilter" \" -*- nroff -*-
.ad l
.nh
.SH NAME
Socket \- 
.SH SYNOPSIS
.br
.PP
\fC#include <socket.hh>\fP
.PP
Inherits \fBConnection\fP.
.PP
.SS "Public Member Functions"

.in +1c
.ti -1c
.RI "\fBSocket\fP (void)"
.br
.ti -1c
.RI "void \fBclear\fP (void)"
.br
.ti -1c
.RI "int \fBc_open\fP (const char *host, int port, int time_out, int protocol)"
.br
.ti -1c
.RI "int \fBc_close\fP (void) const "
.br
.ti -1c
.RI "int \fBc_write\fP (const char *command)"
.br
.ti -1c
.RI "int \fBc_read\fP (bool=false)"
.br
.ti -1c
.RI "const string * \fBc_reply\fP (void) const "
.br
.in -1c
.SH "Constructor & Destructor Documentation"
.PP 
.SS "Socket::Socket (void)"
.PP
.SH "Member Function Documentation"
.PP 
.SS "int Socket::c_close (void) const\fC [virtual]\fP"
.PP
Implements \fBConnection\fP.
.SS "int Socket::c_open (const char * host, int port, int time_out, int protocol)\fC [virtual]\fP"
.PP
Implements \fBConnection\fP.
.SS "int Socket::c_read (bool read_header = \fCfalse\fP)\fC [virtual]\fP"
.PP
Implements \fBConnection\fP.
.SS "const string * Socket::c_reply (void) const\fC [virtual]\fP"
.PP
Implements \fBConnection\fP.
.SS "int Socket::c_write (const char * command)\fC [virtual]\fP"
.PP
Implements \fBConnection\fP.
.SS "void Socket::clear (void)"
.PP


.SH "Author"
.PP 
Generated automatically by Doxygen for mailfilter from the source code.