aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/doxygen-1.8.12/html/examples/restypedef/latex/restypedef_8cpp.tex
blob: edad87e9f1ecc32e4699b7c9e1ec7fc84c6e8898 (plain)
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{restypedef_8cpp}{}\subsection{restypedef.\+cpp File Reference}
\label{restypedef_8cpp}\index{restypedef.\+cpp@{restypedef.\+cpp}}
\subsubsection*{Classes}
\begin{DoxyCompactItemize}
\item 
struct \hyperlink{struct_coord_struct}{Coord\+Struct}
\end{DoxyCompactItemize}
\subsubsection*{Typedefs}
\begin{DoxyCompactItemize}
\item 
typedef \hyperlink{struct_coord_struct}{Coord\+Struct} \hyperlink{restypedef_8cpp_a013489fb99c6a5b012db8ec66544a507}{Coord}
\end{DoxyCompactItemize}
\subsubsection*{Functions}
\begin{DoxyCompactItemize}
\item 
\hyperlink{restypedef_8cpp_a013489fb99c6a5b012db8ec66544a507}{Coord} \hyperlink{restypedef_8cpp_a102acaaa258e937adf910898c6133545}{add} (\hyperlink{restypedef_8cpp_a013489fb99c6a5b012db8ec66544a507}{Coord} c1, \hyperlink{restypedef_8cpp_a013489fb99c6a5b012db8ec66544a507}{Coord} c2)
\end{DoxyCompactItemize}


\subsubsection{Detailed Description}
An example of resolving typedefs. 

\subsubsection{Typedef Documentation}
\hypertarget{restypedef_8cpp_a013489fb99c6a5b012db8ec66544a507}{}\label{restypedef_8cpp_a013489fb99c6a5b012db8ec66544a507} 
\index{restypedef.\+cpp@{restypedef.\+cpp}!Coord@{Coord}}
\index{Coord@{Coord}!restypedef.\+cpp@{restypedef.\+cpp}}
\paragraph{\texorpdfstring{Coord}{Coord}}
{\footnotesize\ttfamily typedef \hyperlink{struct_coord_struct}{Coord\+Struct} \hyperlink{restypedef_8cpp_a013489fb99c6a5b012db8ec66544a507}{Coord}}

Creates a type name for \hyperlink{struct_coord_struct}{Coord\+Struct} 

\subsubsection{Function Documentation}
\hypertarget{restypedef_8cpp_a102acaaa258e937adf910898c6133545}{}\label{restypedef_8cpp_a102acaaa258e937adf910898c6133545} 
\index{restypedef.\+cpp@{restypedef.\+cpp}!add@{add}}
\index{add@{add}!restypedef.\+cpp@{restypedef.\+cpp}}
\paragraph{\texorpdfstring{add()}{add()}}
{\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})}

This function returns the addition of {\itshape c1} and {\itshape c2}, i.\+e\+: (c1.\+x+c2.x,c1.\+y+c2.y)