root/doc/xml/classAssertXercesIsAlive.xml @ 212

Revision 187, 2.3 kB (checked in by smidl, 16 years ago)

doc

Line 
1<?xml version='1.0' encoding='UTF-8' standalone='no'?>
2<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="1.5.6">
3  <compounddef id="classAssertXercesIsAlive" kind="class" prot="public">
4    <compoundname>AssertXercesIsAlive</compoundname>
5    <includes refid="userinfo_8h" local="no">userinfo.h</includes>
6    <innerclass refid="classAssertXercesIsAlive_1_1XercesConnector" prot="private">AssertXercesIsAlive::XercesConnector</innerclass>
7      <sectiondef kind="public-func">
8      <memberdef kind="function" id="classAssertXercesIsAlive_1dd36033ed31fe22022e7c56c7770101e" prot="public" static="no" const="no" explicit="no" inline="yes" virt="non-virtual">
9        <type></type>
10        <definition>AssertXercesIsAlive::AssertXercesIsAlive</definition>
11        <argsstring>()</argsstring>
12        <name>AssertXercesIsAlive</name>
13        <briefdescription>
14<para>default constructor </para>        </briefdescription>
15        <detaileddescription>
16        </detaileddescription>
17        <inbodydescription>
18        </inbodydescription>
19        <location file="/home/smidl/work/git/mixpp/bdm/userinfo.h" line="78" bodyfile="/home/smidl/work/git/mixpp/bdm/userinfo.h" bodystart="77" bodyend="80"/>
20      </memberdef>
21      </sectiondef>
22    <briefdescription>
23<para>Class initializing Xerces library. </para>    </briefdescription>
24    <detaileddescription>
25<para>This 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 &apos;XercesConnector&apos;. 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. </para>    </detaileddescription>
26    <location file="/home/smidl/work/git/mixpp/bdm/userinfo.h" line="41" bodyfile="/home/smidl/work/git/mixpp/bdm/userinfo.h" bodystart="40" bodyend="81"/>
27    <listofallmembers>
28      <member refid="classAssertXercesIsAlive_1dd36033ed31fe22022e7c56c7770101e" prot="public" virt="non-virtual"><scope>AssertXercesIsAlive</scope><name>AssertXercesIsAlive</name></member>
29    </listofallmembers>
30  </compounddef>
31</doxygen>
Note: See TracBrowser for help on using the browser.