stream__reader_8c.tex
1.26 KB
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
\hypertarget{stream__reader_8c}{
\section{src/interface/stream\_\-reader.c File Reference}
\label{stream__reader_8c}\index{src/interface/stream\_\-reader.c@{src/interface/stream\_\-reader.c}}
}
{\ttfamily \#include \char`\"{}class.h\char`\"{}}\par
{\ttfamily \#include \char`\"{}interface/stream\_\-reader.h\char`\"{}}\par
Include dependency graph for stream\_\-reader.c:
\subsection*{Functions}
\begin{DoxyCompactItemize}
\item
size\_\-t \hyperlink{stream__reader_8c_aae6ed042c16a2d5f008c550fe116ad40}{streamReaderRead} (void $\ast$object, int fd)
\end{DoxyCompactItemize}
\subsection{Function Documentation}
\hypertarget{stream__reader_8c_aae6ed042c16a2d5f008c550fe116ad40}{
\index{stream\_\-reader.c@{stream\_\-reader.c}!streamReaderRead@{streamReaderRead}}
\index{streamReaderRead@{streamReaderRead}!stream_reader.c@{stream\_\-reader.c}}
\subsubsection[{streamReaderRead}]{\setlength{\rightskip}{0pt plus 5cm}size\_\-t streamReaderRead (
\begin{DoxyParamCaption}
\item[{void $\ast$}]{object, }
\item[{int}]{fd}
\end{DoxyParamCaption}
)}}
\label{stream__reader_8c_aae6ed042c16a2d5f008c550fe116ad40}
Definition at line 10 of file stream\_\-reader.c.
\begin{DoxyCode}
{
size_t ret;
RETCALL(object, StreamReader, read, ret, fd);
return ret;
}
\end{DoxyCode}