You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
113 lines
2.6 KiB
113 lines
2.6 KiB
\documentclass[a4paper]{book}
|
|
\usepackage{makeidx}
|
|
\usepackage{graphicx}
|
|
\usepackage{multicol}
|
|
\usepackage{float}
|
|
\usepackage{listings}
|
|
\usepackage{color}
|
|
\usepackage{ifthen}
|
|
\usepackage[table]{xcolor}
|
|
\usepackage{textcomp}
|
|
\usepackage{alltt}
|
|
\usepackage{ifpdf}
|
|
\ifpdf
|
|
\usepackage[pdftex,
|
|
pagebackref=true,
|
|
colorlinks=true,
|
|
linkcolor=blue,
|
|
unicode
|
|
]{hyperref}
|
|
\else
|
|
\usepackage[ps2pdf,
|
|
pagebackref=true,
|
|
colorlinks=true,
|
|
linkcolor=blue,
|
|
unicode
|
|
]{hyperref}
|
|
\usepackage{pspicture}
|
|
\fi
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{mathptmx}
|
|
\usepackage[scaled=.90]{helvet}
|
|
\usepackage{courier}
|
|
\usepackage{doxygen}
|
|
\lstset{language=C++,inputencoding=utf8,basicstyle=\footnotesize,breaklines=true,breakatwhitespace=true,tabsize=8,numbers=left }
|
|
\makeindex
|
|
\setcounter{tocdepth}{3}
|
|
\renewcommand{\footrulewidth}{0.4pt}
|
|
\begin{document}
|
|
\hypersetup{pageanchor=false}
|
|
\begin{titlepage}
|
|
\vspace*{7cm}
|
|
\begin{center}
|
|
{\Large server \\[1ex]\large 0.0.1 }\\
|
|
\vspace*{1cm}
|
|
{\large Generated by Doxygen 1.7.3}\\
|
|
\vspace*{0.5cm}
|
|
{\small Wed Feb 8 2012 13:04:39}\\
|
|
\end{center}
|
|
\end{titlepage}
|
|
\clearemptydoublepage
|
|
\pagenumbering{roman}
|
|
\tableofcontents
|
|
\clearemptydoublepage
|
|
\pagenumbering{arabic}
|
|
\hypersetup{pageanchor=true}
|
|
\chapter{Data Structure Index}
|
|
\input{annotated}
|
|
\chapter{File Index}
|
|
\input{files}
|
|
\chapter{Data Structure Documentation}
|
|
\input{structclass}
|
|
\input{structHttpRequest}
|
|
\input{structHttpRequestParser}
|
|
\input{structHttpRequestQueue}
|
|
\input{structi__Class}
|
|
\input{structi__Logger}
|
|
\input{structi__StreamReader}
|
|
\input{structiface__impl}
|
|
\input{structinterface}
|
|
\input{structLogger}
|
|
\input{structLoggerStderr}
|
|
\input{structLoggerSyslog}
|
|
\input{structServer}
|
|
\input{structSock}
|
|
\chapter{File Documentation}
|
|
\input{class_8h}
|
|
\input{interface_2class_8h}
|
|
\input{request_8h}
|
|
\input{request__parser_8h}
|
|
\input{request__queue_8h}
|
|
\input{interface_8h}
|
|
\input{interface_2logger_8h}
|
|
\input{logger_8h}
|
|
\input{stream__reader_8h}
|
|
\input{server_8h}
|
|
\input{signalHandling_8h}
|
|
\input{socket_8h}
|
|
\input{class_8c}
|
|
\input{interface_2class_8c}
|
|
\input{daemonize_8c}
|
|
\input{request_8c}
|
|
\input{request__parser_8c}
|
|
\input{request__queue_8c}
|
|
\input{interface_8c}
|
|
\input{interface_2logger_8c}
|
|
\input{logger_8c}
|
|
\input{stream__reader_8c}
|
|
\input{stderr_8c}
|
|
\input{syslog_8c}
|
|
\input{server_8c}
|
|
\input{close__conn_8c}
|
|
\input{handle__accept_8c}
|
|
\input{poll_8c}
|
|
\input{read_8c}
|
|
\input{run_8c}
|
|
\input{signalHandling_8c}
|
|
\input{socket_8c}
|
|
\input{accept_8c}
|
|
\input{connect_8c}
|
|
\input{listen_8c}
|
|
\input{testserver_8c}
|
|
\printindex
|
|
\end{document}
|