root/doc/latex/classAssertXercesIsAlive.tex @ 255

Revision 172, 1.6 kB (checked in by smidl, 16 years ago)

Latex doc

Line 
1\hypertarget{classAssertXercesIsAlive}{
2\section{AssertXercesIsAlive Class Reference}
3\label{classAssertXercesIsAlive}\index{AssertXercesIsAlive@{AssertXercesIsAlive}}
4}
5Class initializing Xerces library. 
6
7
8{\tt \#include $<$userinfo.h$>$}
9
10\subsection*{Public Member Functions}
11\begin{CompactItemize}
12\item 
13\hypertarget{classAssertXercesIsAlive_dd36033ed31fe22022e7c56c7770101e}{
14\hyperlink{classAssertXercesIsAlive_dd36033ed31fe22022e7c56c7770101e}{AssertXercesIsAlive} ()}
15\label{classAssertXercesIsAlive_dd36033ed31fe22022e7c56c7770101e}
16
17\begin{CompactList}\small\item\em default constructor \item\end{CompactList}\end{CompactItemize}
18\subsection*{Classes}
19\begin{CompactItemize}
20\item 
21class \textbf{XercesConnector}
22\begin{CompactList}\small\item\em Singleton class implementing the key property of the 'AssertXercesIsAlive' class. \item\end{CompactList}\end{CompactItemize}
23
24
25\subsection{Detailed Description}
26Class initializing Xerces library.
27
28This class is used to initialize the Xerces library. Namely to call static method XMLPlatformUtils::Initialize(). It should be called just once, at previously to any other usage of the Xerces library. This behaviour is assured by a quite complicated design based on the use of an inner singleton class named 'XercesConnector'. The point is to be the first initialized class even within the set of all (global) static variables. For better understanding, find instances of this class and look at their context.
29
30The documentation for this class was generated from the following file:\begin{CompactItemize}
31\item 
32work/git/mixpp/bdm/userinfo.h\end{CompactItemize}
Note: See TracBrowser for help on using the browser.