File: classAccount.tex

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 (162 lines) | stat: -rw-r--r-- 6,665 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
\subsection{Account Class Reference}
\label{classAccount}\index{Account@{Account}}
{\tt \#include $<$account.hh$>$}

\subsubsection*{Public Member Functions}
\begin{CompactItemize}
\item 
void {\bf clear} (void)
\item 
string {\bf server} (void)
\item 
void {\bf set\_\-server} (const char $\ast$)
\item 
string {\bf usr} (void)
\item 
void {\bf set\_\-usr} (const char $\ast$)
\item 
string {\bf passwd} (void)
\item 
void {\bf set\_\-passwd} (const char $\ast$)
\item 
unsigned int {\bf port} (void)
\item 
void {\bf set\_\-port} (unsigned int)
\item 
void {\bf set\_\-protocol} (unsigned int)
\item 
unsigned int {\bf protocol} (void)
\item 
void {\bf set\_\-connection} (unsigned int=POSIX\_\-SOCKETS) \_\-\_\-attribute\_\-\_\-((unused))
\item 
int {\bf check} (void)
\end{CompactItemize}
\subsubsection*{Protected Attributes}
\begin{CompactItemize}
\item 
string {\bf serv}
\item 
string {\bf user}
\item 
string {\bf pass}
\item 
int {\bf the\_\-port}
\item 
vector$<$ string $>$ {\bf msg\_\-ids}
\item 
{\bf Protocol} $\ast$ {\bf proto}
\item 
{\bf Connection} $\ast$ {\bf conn}
\end{CompactItemize}


\subsubsection{Member Function Documentation}
\index{Account@{Account}!check@{check}}
\index{check@{check}!Account@{Account}}
\paragraph[{check}]{\setlength{\rightskip}{0pt plus 5cm}int Account::check (void)}\hfill\label{classAccount_df5024f4417af54a47002a923e5a2eff}


\index{Account@{Account}!clear@{clear}}
\index{clear@{clear}!Account@{Account}}
\paragraph[{clear}]{\setlength{\rightskip}{0pt plus 5cm}void Account::clear (void)}\hfill\label{classAccount_ab526ed969bf48bfeb859788a01fde89}


\index{Account@{Account}!passwd@{passwd}}
\index{passwd@{passwd}!Account@{Account}}
\paragraph[{passwd}]{\setlength{\rightskip}{0pt plus 5cm}string Account::passwd (void)}\hfill\label{classAccount_7f25ed19eb6c0027a90f6cc88dc8edbe}


\index{Account@{Account}!port@{port}}
\index{port@{port}!Account@{Account}}
\paragraph[{port}]{\setlength{\rightskip}{0pt plus 5cm}unsigned int Account::port (void)}\hfill\label{classAccount_cd6ca787c1999663b0932960c37e7212}


\index{Account@{Account}!protocol@{protocol}}
\index{protocol@{protocol}!Account@{Account}}
\paragraph[{protocol}]{\setlength{\rightskip}{0pt plus 5cm}unsigned int Account::protocol (void)}\hfill\label{classAccount_f52be96397b609899ef92a4f81ce0318}


\index{Account@{Account}!server@{server}}
\index{server@{server}!Account@{Account}}
\paragraph[{server}]{\setlength{\rightskip}{0pt plus 5cm}string Account::server (void)}\hfill\label{classAccount_4a25379a5d5e31925b4ed760b733f843}


\index{Account@{Account}!set\_\-connection@{set\_\-connection}}
\index{set\_\-connection@{set\_\-connection}!Account@{Account}}
\paragraph[{set\_\-connection}]{\setlength{\rightskip}{0pt plus 5cm}void Account::set\_\-connection (unsigned int {\em the\_\-connection\_\-type} = {\tt POSIX\_\-SOCKETS})}\hfill\label{classAccount_ed2c0897fcc20fe0bf6f0f61152c6506}


\index{Account@{Account}!set\_\-passwd@{set\_\-passwd}}
\index{set\_\-passwd@{set\_\-passwd}!Account@{Account}}
\paragraph[{set\_\-passwd}]{\setlength{\rightskip}{0pt plus 5cm}void Account::set\_\-passwd (const char $\ast$ {\em s})}\hfill\label{classAccount_0b95866300803c8731e5731b1babcefa}


\index{Account@{Account}!set\_\-port@{set\_\-port}}
\index{set\_\-port@{set\_\-port}!Account@{Account}}
\paragraph[{set\_\-port}]{\setlength{\rightskip}{0pt plus 5cm}void Account::set\_\-port (unsigned int {\em p})}\hfill\label{classAccount_06bd6489cd330825647040028df6a8f0}


\index{Account@{Account}!set\_\-protocol@{set\_\-protocol}}
\index{set\_\-protocol@{set\_\-protocol}!Account@{Account}}
\paragraph[{set\_\-protocol}]{\setlength{\rightskip}{0pt plus 5cm}void Account::set\_\-protocol (unsigned int {\em prot})}\hfill\label{classAccount_931770ba3852d9242d2855806c8f1ce5}


\index{Account@{Account}!set\_\-server@{set\_\-server}}
\index{set\_\-server@{set\_\-server}!Account@{Account}}
\paragraph[{set\_\-server}]{\setlength{\rightskip}{0pt plus 5cm}void Account::set\_\-server (const char $\ast$ {\em s})}\hfill\label{classAccount_dd86acef57f14b961902da7d7a3fd76f}


\index{Account@{Account}!set\_\-usr@{set\_\-usr}}
\index{set\_\-usr@{set\_\-usr}!Account@{Account}}
\paragraph[{set\_\-usr}]{\setlength{\rightskip}{0pt plus 5cm}void Account::set\_\-usr (const char $\ast$ {\em s})}\hfill\label{classAccount_cdaf877c2d2b079a2db16ad55f4bfae9}


\index{Account@{Account}!usr@{usr}}
\index{usr@{usr}!Account@{Account}}
\paragraph[{usr}]{\setlength{\rightskip}{0pt plus 5cm}string Account::usr (void)}\hfill\label{classAccount_8de162812b38ad6684fff4e30c719450}




\subsubsection{Member Data Documentation}
\index{Account@{Account}!conn@{conn}}
\index{conn@{conn}!Account@{Account}}
\paragraph[{conn}]{\setlength{\rightskip}{0pt plus 5cm}{\bf Connection}$\ast$ {\bf Account::conn}\hspace{0.3cm}{\tt  [protected]}}\hfill\label{classAccount_4b5f5c83f5b3f0d2e6ce9c9358f76385}


\index{Account@{Account}!msg\_\-ids@{msg\_\-ids}}
\index{msg\_\-ids@{msg\_\-ids}!Account@{Account}}
\paragraph[{msg\_\-ids}]{\setlength{\rightskip}{0pt plus 5cm}vector$<$string$>$ {\bf Account::msg\_\-ids}\hspace{0.3cm}{\tt  [protected]}}\hfill\label{classAccount_53b312e8085daefa3bb18744e809bab0}


\index{Account@{Account}!pass@{pass}}
\index{pass@{pass}!Account@{Account}}
\paragraph[{pass}]{\setlength{\rightskip}{0pt plus 5cm}string {\bf Account::pass}\hspace{0.3cm}{\tt  [protected]}}\hfill\label{classAccount_af19d39e46cbf2b9191eed809efc5be2}


\index{Account@{Account}!proto@{proto}}
\index{proto@{proto}!Account@{Account}}
\paragraph[{proto}]{\setlength{\rightskip}{0pt plus 5cm}{\bf Protocol}$\ast$ {\bf Account::proto}\hspace{0.3cm}{\tt  [protected]}}\hfill\label{classAccount_dc82f1839409153a48769e5b219959e9}


\index{Account@{Account}!serv@{serv}}
\index{serv@{serv}!Account@{Account}}
\paragraph[{serv}]{\setlength{\rightskip}{0pt plus 5cm}string {\bf Account::serv}\hspace{0.3cm}{\tt  [protected]}}\hfill\label{classAccount_4f91e37f28b4580d63cac1458fcae39d}


\index{Account@{Account}!the\_\-port@{the\_\-port}}
\index{the\_\-port@{the\_\-port}!Account@{Account}}
\paragraph[{the\_\-port}]{\setlength{\rightskip}{0pt plus 5cm}int {\bf Account::the\_\-port}\hspace{0.3cm}{\tt  [protected]}}\hfill\label{classAccount_0e5cb33c4ca7248fb6efa372286cad25}


\index{Account@{Account}!user@{user}}
\index{user@{user}!Account@{Account}}
\paragraph[{user}]{\setlength{\rightskip}{0pt plus 5cm}string {\bf Account::user}\hspace{0.3cm}{\tt  [protected]}}\hfill\label{classAccount_c579ebb833a6f1be4be9a2b7185cf03e}




The documentation for this class was generated from the following files:\begin{CompactItemize}
\item 
{\bf account.hh}\item 
{\bf account.cc}\end{CompactItemize}