Fix for delta values reported by vFW vLB
[demo.git] / vnfs / VES5.0 / doxygen-1.8.12 / html / examples / restypedef / latex / restypedef_8cpp.tex
1 \hypertarget{restypedef_8cpp}{}\subsection{restypedef.\+cpp File Reference}
2 \label{restypedef_8cpp}\index{restypedef.\+cpp@{restypedef.\+cpp}}
3 \subsubsection*{Classes}
4 \begin{DoxyCompactItemize}
5 \item 
6 struct \hyperlink{struct_coord_struct}{Coord\+Struct}
7 \end{DoxyCompactItemize}
8 \subsubsection*{Typedefs}
9 \begin{DoxyCompactItemize}
10 \item 
11 typedef \hyperlink{struct_coord_struct}{Coord\+Struct} \hyperlink{restypedef_8cpp_a013489fb99c6a5b012db8ec66544a507}{Coord}
12 \end{DoxyCompactItemize}
13 \subsubsection*{Functions}
14 \begin{DoxyCompactItemize}
15 \item 
16 \hyperlink{restypedef_8cpp_a013489fb99c6a5b012db8ec66544a507}{Coord} \hyperlink{restypedef_8cpp_a102acaaa258e937adf910898c6133545}{add} (\hyperlink{restypedef_8cpp_a013489fb99c6a5b012db8ec66544a507}{Coord} c1, \hyperlink{restypedef_8cpp_a013489fb99c6a5b012db8ec66544a507}{Coord} c2)
17 \end{DoxyCompactItemize}
18
19
20 \subsubsection{Detailed Description}
21 An example of resolving typedefs. 
22
23 \subsubsection{Typedef Documentation}
24 \hypertarget{restypedef_8cpp_a013489fb99c6a5b012db8ec66544a507}{}\label{restypedef_8cpp_a013489fb99c6a5b012db8ec66544a507} 
25 \index{restypedef.\+cpp@{restypedef.\+cpp}!Coord@{Coord}}
26 \index{Coord@{Coord}!restypedef.\+cpp@{restypedef.\+cpp}}
27 \paragraph{\texorpdfstring{Coord}{Coord}}
28 {\footnotesize\ttfamily typedef \hyperlink{struct_coord_struct}{Coord\+Struct} \hyperlink{restypedef_8cpp_a013489fb99c6a5b012db8ec66544a507}{Coord}}
29
30 Creates a type name for \hyperlink{struct_coord_struct}{Coord\+Struct} 
31
32 \subsubsection{Function Documentation}
33 \hypertarget{restypedef_8cpp_a102acaaa258e937adf910898c6133545}{}\label{restypedef_8cpp_a102acaaa258e937adf910898c6133545} 
34 \index{restypedef.\+cpp@{restypedef.\+cpp}!add@{add}}
35 \index{add@{add}!restypedef.\+cpp@{restypedef.\+cpp}}
36 \paragraph{\texorpdfstring{add()}{add()}}
37 {\footnotesize\ttfamily \hyperlink{restypedef_8cpp_a013489fb99c6a5b012db8ec66544a507}{Coord} add (\begin{DoxyParamCaption}\item[{\hyperlink{restypedef_8cpp_a013489fb99c6a5b012db8ec66544a507}{Coord}}]{c1,  }\item[{\hyperlink{restypedef_8cpp_a013489fb99c6a5b012db8ec66544a507}{Coord}}]{c2 }\end{DoxyParamCaption})}
38
39 This function returns the addition of {\itshape c1} and {\itshape c2}, i.\+e\+: (c1.\+x+c2.x,c1.\+y+c2.y)