C++ Library containing a lot of needful things: Stack Trace, Command Line Parser, Resource Handling, Configuration Files, Unix Command Execution, Directories, Regular Expressions, Tokenizer, Function Trace, Standard Extensions.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

47 lines
1.2 KiB

\hypertarget{main_8cxx}{
\subsection{/home/marc/svn/mrw-\/c++/src/main.cxx-\/Dateireferenz}
\label{main_8cxx}\index{/home/marc/svn/mrw-\/c++/src/main.cxx@{/home/marc/svn/mrw-\/c++/src/main.cxx}}
}
\subsubsection*{Funktionen}
\begin{DoxyCompactItemize}
\item
int \hyperlink{main_8cxx_a1c03069360f1f90a556eb537e0ff8a72}{main} (int argv, char $\ast$$\ast$argc)
\end{DoxyCompactItemize}
\subsubsection{Ausführliche Beschreibung}
\begin{DoxyParagraph}{File-\/ID}
\end{DoxyParagraph}
\begin{DoxyParagraph}{Id:}
\hyperlink{main_8cxx}{main.cxx} 9 2009-\/04-\/02 12:54:44Z marwae
\end{DoxyParagraph}
Definiert in Datei \hyperlink{main_8cxx_source}{main.cxx}.
\subsubsection{Dokumentation der Funktionen}
\hypertarget{main_8cxx_a1c03069360f1f90a556eb537e0ff8a72}{
\index{main.cxx@{main.cxx}!main@{main}}
\index{main@{main}!main.cxx@{main.cxx}}
\paragraph[{main}]{\setlength{\rightskip}{0pt plus 5cm}int main (
\begin{DoxyParamCaption}
\item[{int}]{argv, }
\item[{char $\ast$$\ast$}]{argc}
\end{DoxyParamCaption}
)}}
\label{main_8cxx_a1c03069360f1f90a556eb537e0ff8a72}
Definiert in Zeile 10 der Datei main.cxx.
\begin{DoxyCode}
{
} catch (...) {
// unexpected exception - just terminate
return 1;
}
\end{DoxyCode}