root/doc/xml/classAssertXercesIsAlive_1_1XercesConnector.xml @ 187

Revision 187, 4.2 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_1_1XercesConnector" kind="class" prot="private">
4    <compoundname>AssertXercesIsAlive::XercesConnector</compoundname>
5      <sectiondef kind="private-func">
6      <memberdef kind="function" id="classAssertXercesIsAlive_1_1XercesConnector_175291fdcef2aa0e82932f8bea37c82a8" prot="private" static="no" const="no" explicit="no" inline="yes" virt="non-virtual">
7        <type></type>
8        <definition>AssertXercesIsAlive::XercesConnector::XercesConnector</definition>
9        <argsstring>()</argsstring>
10        <name>XercesConnector</name>
11        <briefdescription>
12        </briefdescription>
13        <detaileddescription>
14<para>Default constructor, which is intentionally declared as private and called only from static method &apos;StayAlive()&apos;. Therfore, it is called only once in the run of a application! </para>        </detaileddescription>
15        <inbodydescription>
16        </inbodydescription>
17        <location file="/home/smidl/work/git/mixpp/bdm/userinfo.h" line="50" bodyfile="/home/smidl/work/git/mixpp/bdm/userinfo.h" bodystart="49" bodyend="53"/>
18      </memberdef>
19      <memberdef kind="function" id="classAssertXercesIsAlive_1_1XercesConnector_114c45f34a07e78abd8faec9d25a0d3dc" prot="private" static="no" const="no" explicit="no" inline="yes" virt="non-virtual">
20        <type></type>
21        <definition>AssertXercesIsAlive::XercesConnector::~XercesConnector</definition>
22        <argsstring>()</argsstring>
23        <name>~XercesConnector</name>
24        <briefdescription>
25        </briefdescription>
26        <detaileddescription>
27        </detaileddescription>
28        <inbodydescription>
29        </inbodydescription>
30        <location file="/home/smidl/work/git/mixpp/bdm/userinfo.h" line="56" bodyfile="/home/smidl/work/git/mixpp/bdm/userinfo.h" bodystart="55" bodyend="59"/>
31      </memberdef>
32      </sectiondef>
33      <sectiondef kind="public-static-func">
34      <memberdef kind="function" id="classAssertXercesIsAlive_1_1XercesConnector_1bd7d4596170f181ad61119b3abb82f35" prot="public" static="yes" const="no" explicit="no" inline="yes" virt="non-virtual">
35        <type>void</type>
36        <definition>static void AssertXercesIsAlive::XercesConnector::StayAlive</definition>
37        <argsstring>()</argsstring>
38        <name>StayAlive</name>
39        <briefdescription>
40        </briefdescription>
41        <detaileddescription>
42<para>This method just touches the only instance of the XercesConnector class which is declared as a static local variable.</para><para>This way we know that Xerces was initialized properly when returning from StayAlive(). And what is more, the local nature of the inner variable prevents us before multiple initializations. </para>        </detaileddescription>
43        <inbodydescription>
44        </inbodydescription>
45        <location file="/home/smidl/work/git/mixpp/bdm/userinfo.h" line="69" bodyfile="/home/smidl/work/git/mixpp/bdm/userinfo.h" bodystart="68" bodyend="71"/>
46      </memberdef>
47      </sectiondef>
48    <briefdescription>
49<para>Singleton class implementing the key property of the &apos;AssertXercesIsAlive&apos; class. </para>    </briefdescription>
50    <detaileddescription>
51    </detaileddescription>
52    <location file="/home/smidl/work/git/mixpp/bdm/userinfo.h" line="45" bodyfile="/home/smidl/work/git/mixpp/bdm/userinfo.h" bodystart="44" bodyend="72"/>
53    <listofallmembers>
54      <member refid="classAssertXercesIsAlive_1_1XercesConnector_1bd7d4596170f181ad61119b3abb82f35" prot="public" virt="non-virtual"><scope>AssertXercesIsAlive::XercesConnector</scope><name>StayAlive</name></member>
55      <member refid="classAssertXercesIsAlive_1_1XercesConnector_175291fdcef2aa0e82932f8bea37c82a8" prot="private" virt="non-virtual"><scope>AssertXercesIsAlive::XercesConnector</scope><name>XercesConnector</name></member>
56      <member refid="classAssertXercesIsAlive_1_1XercesConnector_114c45f34a07e78abd8faec9d25a0d3dc" prot="private" virt="non-virtual"><scope>AssertXercesIsAlive::XercesConnector</scope><name>~XercesConnector</name></member>
57    </listofallmembers>
58  </compounddef>
59</doxygen>
Note: See TracBrowser for help on using the browser.