diff options
author | Marco Platania <platania@research.att.com> | 2017-05-18 15:02:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-05-18 15:02:10 +0000 |
commit | 0078971a8b764a79ec0a516c022576f7ffe2ed2a (patch) | |
tree | 55a140f432d9e8d8834da24ccd956dd792172c5a /VES5.0/doxygen-1.8.12/html/examples/manual/latex/manual_8c.tex | |
parent | 2fa991c3273897940ef0d92e020daa298c68c73b (diff) | |
parent | 6c98a31b980d1d6cbbc9aeb2064d3f1c2252c3da (diff) |
Merge "VES5.0 development changes not for test"
Diffstat (limited to 'VES5.0/doxygen-1.8.12/html/examples/manual/latex/manual_8c.tex')
-rw-r--r-- | VES5.0/doxygen-1.8.12/html/examples/manual/latex/manual_8c.tex | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/VES5.0/doxygen-1.8.12/html/examples/manual/latex/manual_8c.tex b/VES5.0/doxygen-1.8.12/html/examples/manual/latex/manual_8c.tex new file mode 100644 index 00000000..c67bba41 --- /dev/null +++ b/VES5.0/doxygen-1.8.12/html/examples/manual/latex/manual_8c.tex @@ -0,0 +1,36 @@ +\hypertarget{manual_8c}{}\subsection{manual.\+c File Reference} +\label{manual_8c}\index{manual.\+c@{manual.\+c}} +\subsubsection*{Classes} +\begin{DoxyCompactItemize} +\item +struct \hyperlink{struct_object}{Object} +\begin{DoxyCompactList}\small\item\em \hyperlink{struct_object}{Object} type. \end{DoxyCompactList}\item +struct \hyperlink{struct_vehicle}{Vehicle} +\begin{DoxyCompactList}\small\item\em \hyperlink{struct_vehicle}{Vehicle} type. \end{DoxyCompactList}\item +struct \hyperlink{struct_car}{Car} +\begin{DoxyCompactList}\small\item\em \hyperlink{struct_car}{Car} type. \end{DoxyCompactList}\item +struct \hyperlink{struct_truck}{Truck} +\begin{DoxyCompactList}\small\item\em \hyperlink{struct_truck}{Truck} type. \end{DoxyCompactList}\end{DoxyCompactItemize} +\subsubsection*{Functions} +\begin{DoxyCompactItemize} +\item +int \hyperlink{manual_8c_a840291bc02cba5474a4cb46a9b9566fe}{main} (void) +\end{DoxyCompactItemize} + + +\subsubsection{Function Documentation} +\hypertarget{manual_8c_a840291bc02cba5474a4cb46a9b9566fe}{}\label{manual_8c_a840291bc02cba5474a4cb46a9b9566fe} +\index{manual.\+c@{manual.\+c}!main@{main}} +\index{main@{main}!manual.\+c@{manual.\+c}} +\paragraph{\texorpdfstring{main()}{main()}} +{\footnotesize\ttfamily int main (\begin{DoxyParamCaption}\item[{void}]{ }\end{DoxyParamCaption})} + +Main function. + +Ref \hyperlink{struct_vehicle_a6891d3d28853bc3fdd075596dc6de9f8}{vehicle\+Start()}, \hyperlink{struct_object_a71225073d06a793b9a6ea9263ed37b12}{obj\+Ref()}, \hyperlink{struct_object_a924ee0cecc906d148022b3f0d6325cfb}{obj\+Unref()}. +\begin{DoxyCode} +83 \{ +84 \hyperlink{struct_car}{Car} c; +85 \hyperlink{struct_vehicle_a6891d3d28853bc3fdd075596dc6de9f8}{vehicleStart}((\hyperlink{struct_vehicle}{Vehicle}*) &c); +86 \} +\end{DoxyCode} |