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
|
\subsection{Connection Class Reference}
\label{classConnection}\index{Connection@{Connection}}
{\tt \#include $<$connection.hh$>$}
Inheritance diagram for Connection::\begin{figure}[H]
\begin{center}
\leavevmode
\includegraphics[height=2cm]{classConnection}
\end{center}
\end{figure}
\subsubsection*{Public Member Functions}
\begin{CompactItemize}
\item
virtual {\bf $\sim$Connection} (void)
\item
virtual int {\bf c\_\-open} (const char $\ast$host\_\-name, int port, int time\_\-out, int protocol)=0
\item
virtual int {\bf c\_\-close} (void) const =0
\item
virtual int {\bf c\_\-read} (bool=false)=0
\item
virtual int {\bf c\_\-write} (const char $\ast$msg)=0
\item
virtual const string $\ast$ {\bf c\_\-reply} (void) const =0
\end{CompactItemize}
\subsubsection{Constructor \& Destructor Documentation}
\index{Connection@{Connection}!$\sim$Connection@{$\sim$Connection}}
\index{$\sim$Connection@{$\sim$Connection}!Connection@{Connection}}
\paragraph[{$\sim$Connection}]{\setlength{\rightskip}{0pt plus 5cm}virtual Connection::$\sim$Connection (void)\hspace{0.3cm}{\tt [inline, virtual]}}\hfill\label{classConnection_4612766870d8abe5cacadf2cd32d7303}
\subsubsection{Member Function Documentation}
\index{Connection@{Connection}!c\_\-close@{c\_\-close}}
\index{c\_\-close@{c\_\-close}!Connection@{Connection}}
\paragraph[{c\_\-close}]{\setlength{\rightskip}{0pt plus 5cm}virtual int Connection::c\_\-close (void) const\hspace{0.3cm}{\tt [pure virtual]}}\hfill\label{classConnection_59ec69c9c520e630ff68d26a79e9e233}
Implemented in {\bf Socket} \doxyref{}{p.}{classSocket_503235d029ac700c29cd56a4ca56d71e}.\index{Connection@{Connection}!c\_\-open@{c\_\-open}}
\index{c\_\-open@{c\_\-open}!Connection@{Connection}}
\paragraph[{c\_\-open}]{\setlength{\rightskip}{0pt plus 5cm}virtual int Connection::c\_\-open (const char $\ast$ {\em host\_\-name}, \/ int {\em port}, \/ int {\em time\_\-out}, \/ int {\em protocol})\hspace{0.3cm}{\tt [pure virtual]}}\hfill\label{classConnection_72f5c47421cb5e244f13c31af3ec8997}
Implemented in {\bf Socket} \doxyref{}{p.}{classSocket_bde2f1d9ce0920abf5db65045a994261}.\index{Connection@{Connection}!c\_\-read@{c\_\-read}}
\index{c\_\-read@{c\_\-read}!Connection@{Connection}}
\paragraph[{c\_\-read}]{\setlength{\rightskip}{0pt plus 5cm}virtual int Connection::c\_\-read (bool = {\tt false})\hspace{0.3cm}{\tt [pure virtual]}}\hfill\label{classConnection_1afa33b5406c710fde80167c4688a3fa}
Implemented in {\bf Socket} \doxyref{}{p.}{classSocket_c5891445e5a71a389dffc5a20396901c}.\index{Connection@{Connection}!c\_\-reply@{c\_\-reply}}
\index{c\_\-reply@{c\_\-reply}!Connection@{Connection}}
\paragraph[{c\_\-reply}]{\setlength{\rightskip}{0pt plus 5cm}virtual const string$\ast$ Connection::c\_\-reply (void) const\hspace{0.3cm}{\tt [pure virtual]}}\hfill\label{classConnection_21d05ebfedbedf2bc8f89c8c6727976b}
Implemented in {\bf Socket} \doxyref{}{p.}{classSocket_f4e5077ca0a9275c2a201a6531c58061}.\index{Connection@{Connection}!c\_\-write@{c\_\-write}}
\index{c\_\-write@{c\_\-write}!Connection@{Connection}}
\paragraph[{c\_\-write}]{\setlength{\rightskip}{0pt plus 5cm}virtual int Connection::c\_\-write (const char $\ast$ {\em msg})\hspace{0.3cm}{\tt [pure virtual]}}\hfill\label{classConnection_64687373aef3050c7620d726989df0e2}
Implemented in {\bf Socket} \doxyref{}{p.}{classSocket_3c60642af7ebb0ee0f3f6642702f6f87}.
The documentation for this class was generated from the following file:\begin{CompactItemize}
\item
{\bf connection.hh}\end{CompactItemize}
|