Merge "removed vFW vLB extra executables"
[demo.git] / VES5.0 / doxygen-1.8.12 / html / examples / include / latex / example.tex
1  Our main function starts like this\+: 
2 \begin{DoxyCodeInclude}
3 \textcolor{keywordtype}{void} main()
4 \{
5
6 \end{DoxyCodeInclude}
7  First we create an object {\ttfamily t} of the \hyperlink{class_include___test}{Include\+\_\+\+Test} class. 
8 \begin{DoxyCodeInclude}
9   \hyperlink{class_include___test}{Include\_Test} t;
10
11 \end{DoxyCodeInclude}
12  Then we call the example member function 
13 \begin{DoxyCodeInclude}
14   t.\hyperlink{class_include___test_aa286655e8f7f6a8ad203ef5fd8548b81}{example}();
15
16 \end{DoxyCodeInclude}
17  After that our little test routine ends. 
18 \begin{DoxyCodeInclude}
19 \}
20
21 \end{DoxyCodeInclude}
22