NetSocket--/doxy/latex/namespace_net_socket_p_p.tex

58 lines
3.1 KiB
TeX

\hypertarget{namespace_net_socket_p_p}{\section{Net\-Socket\-P\-P Namespace Reference}
\label{namespace_net_socket_p_p}\index{Net\-Socket\-P\-P@{Net\-Socket\-P\-P}}
}
A namespace for all library names.
\subsection*{Classes}
\begin{DoxyCompactItemize}
\item
class \hyperlink{class_net_socket_p_p_1_1_client_socket}{Client\-Socket}
\begin{DoxyCompactList}\small\item\em An implementation of a client socket. Inherits from \hyperlink{class_net_socket_p_p_1_1_net_socket}{Net\-Socket}. \end{DoxyCompactList}\item
class \hyperlink{class_net_socket_p_p_1_1_h_t_t_p_reply}{H\-T\-T\-P\-Reply}
\begin{DoxyCompactList}\small\item\em A class representing H\-T\-T\-P Reply. \end{DoxyCompactList}\item
class \hyperlink{class_net_socket_p_p_1_1_h_t_t_p_client_socket}{H\-T\-T\-P\-Client\-Socket}
\begin{DoxyCompactList}\small\item\em A class representing H\-T\-T\-P client socket. \end{DoxyCompactList}\item
class \hyperlink{class_net_socket_p_p_1_1_net_socket}{Net\-Socket}
\begin{DoxyCompactList}\small\item\em A class, that represents network connection -\/ socket. \end{DoxyCompactList}\item
class \hyperlink{class_net_socket_p_p_1_1_network_exception}{Network\-Exception}
\begin{DoxyCompactList}\small\item\em A class representing an exception with network. \end{DoxyCompactList}\item
class \hyperlink{class_net_socket_p_p_1_1_server_function_args}{Server\-Function\-Args}
\begin{DoxyCompactList}\small\item\em A class for storing server function arguments. \end{DoxyCompactList}\item
class \hyperlink{class_net_socket_p_p_1_1_server_socket}{Server\-Socket}
\begin{DoxyCompactList}\small\item\em An implementation of the server socket. \end{DoxyCompactList}\item
class \hyperlink{class_net_socket_p_p_1_1_socket_exception}{Socket\-Exception}
\begin{DoxyCompactList}\small\item\em A class representing an exception with socket classes. \end{DoxyCompactList}\end{DoxyCompactItemize}
\subsection*{Functions}
\begin{DoxyCompactItemize}
\item
std\-::string \hyperlink{namespace_net_socket_p_p_a1878dd84aabcae2aa92e6de381150e73}{C\-Str\-To\-String} (char $\ast$cstr)
\begin{DoxyCompactList}\small\item\em A function, that converts table of chars (a C-\/style string) into std\-::string. \end{DoxyCompactList}\end{DoxyCompactItemize}
\subsection{Detailed Description}
A namespace for all library names.
\subsection{Function Documentation}
\hypertarget{namespace_net_socket_p_p_a1878dd84aabcae2aa92e6de381150e73}{\index{Net\-Socket\-P\-P@{Net\-Socket\-P\-P}!C\-Str\-To\-String@{C\-Str\-To\-String}}
\index{C\-Str\-To\-String@{C\-Str\-To\-String}!NetSocketPP@{Net\-Socket\-P\-P}}
\subsubsection[{C\-Str\-To\-String}]{\setlength{\rightskip}{0pt plus 5cm}Net\-Socket\-P\-P\-::\-C\-Str\-To\-String (
\begin{DoxyParamCaption}
\item[{char $\ast$}]{cstr}
\end{DoxyParamCaption}
)\hspace{0.3cm}{\ttfamily [inline]}}}\label{namespace_net_socket_p_p_a1878dd84aabcae2aa92e6de381150e73}
A function, that converts table of chars (a C-\/style string) into std\-::string.
\begin{DoxyParams}{Parameters}
{\em cstr} & A C-\/style string to be converted. \\
\hline
\end{DoxyParams}
\begin{DoxyReturn}{Returns}
A std\-::string with the content of the input.
\end{DoxyReturn}