c67bba41b6c2b5b3c9a32bfa75c05984235faf8c
[demo.git] / vnfs / VES5.0 / doxygen-1.8.12 / html / examples / manual / latex / manual_8c.tex
1 \hypertarget{manual_8c}{}\subsection{manual.\+c File Reference}
2 \label{manual_8c}\index{manual.\+c@{manual.\+c}}
3 \subsubsection*{Classes}
4 \begin{DoxyCompactItemize}
5 \item 
6 struct \hyperlink{struct_object}{Object}
7 \begin{DoxyCompactList}\small\item\em \hyperlink{struct_object}{Object} type. \end{DoxyCompactList}\item 
8 struct \hyperlink{struct_vehicle}{Vehicle}
9 \begin{DoxyCompactList}\small\item\em \hyperlink{struct_vehicle}{Vehicle} type. \end{DoxyCompactList}\item 
10 struct \hyperlink{struct_car}{Car}
11 \begin{DoxyCompactList}\small\item\em \hyperlink{struct_car}{Car} type. \end{DoxyCompactList}\item 
12 struct \hyperlink{struct_truck}{Truck}
13 \begin{DoxyCompactList}\small\item\em \hyperlink{struct_truck}{Truck} type. \end{DoxyCompactList}\end{DoxyCompactItemize}
14 \subsubsection*{Functions}
15 \begin{DoxyCompactItemize}
16 \item 
17 int \hyperlink{manual_8c_a840291bc02cba5474a4cb46a9b9566fe}{main} (void)
18 \end{DoxyCompactItemize}
19
20
21 \subsubsection{Function Documentation}
22 \hypertarget{manual_8c_a840291bc02cba5474a4cb46a9b9566fe}{}\label{manual_8c_a840291bc02cba5474a4cb46a9b9566fe} 
23 \index{manual.\+c@{manual.\+c}!main@{main}}
24 \index{main@{main}!manual.\+c@{manual.\+c}}
25 \paragraph{\texorpdfstring{main()}{main()}}
26 {\footnotesize\ttfamily int main (\begin{DoxyParamCaption}\item[{void}]{ }\end{DoxyParamCaption})}
27
28 Main function.
29
30 Ref \hyperlink{struct_vehicle_a6891d3d28853bc3fdd075596dc6de9f8}{vehicle\+Start()}, \hyperlink{struct_object_a71225073d06a793b9a6ea9263ed37b12}{obj\+Ref()}, \hyperlink{struct_object_a924ee0cecc906d148022b3f0d6325cfb}{obj\+Unref()}. 
31 \begin{DoxyCode}
32 83 \{
33 84   \hyperlink{struct_car}{Car} c;
34 85   \hyperlink{struct_vehicle_a6891d3d28853bc3fdd075596dc6de9f8}{vehicleStart}((\hyperlink{struct_vehicle}{Vehicle}*) &c);
35 86 \}
36 \end{DoxyCode}