<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to XmlStatementFile</title><link>https://sourceforge.net/p/xml-cpp-class-generator/wiki/XmlStatementFile/</link><description>Recent changes to XmlStatementFile</description><atom:link href="https://sourceforge.net/p/xml-cpp-class-generator/wiki/XmlStatementFile/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 23 Apr 2016 11:32:16 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/xml-cpp-class-generator/wiki/XmlStatementFile/feed" rel="self" type="application/rss+xml"/><item><title>XmlStatementFile modified by Johan Luisier</title><link>https://sourceforge.net/p/xml-cpp-class-generator/wiki/XmlStatementFile/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -12,16 +12,25 @@
 # File content

 At the time being, the file is 
-    
-     
-     
+```xml
+

-&amp;lt;bodies xmlns="http://www.w3schools.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3schools.com Statements.xsd"&amp;gt;
+&amp;lt;bodies xmlns="http://www.w3schools.com" +="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +="" xsi:schemaLocation="http://www.w3schools.com Statements.xsd"&amp;gt;

-&amp;lt;empty nbr="0"&amp;gt; {\n} &amp;lt;/empty&amp;gt; &amp;lt;stdGetter nbr="1"&amp;gt; return {0}; &amp;lt;/stdGetter&amp;gt; &amp;lt;stdSetter nbr="2"&amp;gt; {0} = {1}; &amp;lt;/stdSetter&amp;gt; &amp;lt;ptrGetter nbr="1"&amp;gt; return &amp;amp;amp;{0}; &amp;lt;/ptrGetter&amp;gt; &amp;lt;ptrSetter nbr="2"&amp;gt; {0} = *{1}; &amp;lt;/ptrSetter&amp;gt;
+  

-&amp;lt;/bodies&amp;gt;
+  &amp;lt;empty nbr="0"&amp;gt; {\n} &amp;lt;/empty&amp;gt;
+  &amp;lt;stdGetter nbr="1"&amp;gt; return {0}; &amp;lt;/stdGetter&amp;gt;
+  &amp;lt;stdSetter nbr="2"&amp;gt; {0} = {1}; &amp;lt;/stdSetter&amp;gt;
+  &amp;lt;ptrGetter nbr="1"&amp;gt; return &amp;amp;{0}; &amp;lt;/ptrGetter&amp;gt;
+  &amp;lt;ptrSetter nbr="2"&amp;gt; {0} = *{1}; &amp;lt;/ptrSetter&amp;gt;

+&amp;lt;/bodies&amp;gt;
+```
 This file can be validated against the Statements.xsd XML schema file. In case of disagreement between the XML schema and this page, the information found on this page has to be considered as deprecated. 

 [Back on top](XmlStatementFile)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Johan Luisier</dc:creator><pubDate>Sat, 23 Apr 2016 11:32:16 -0000</pubDate><guid>https://sourceforge.net0058ad4654d2b4895a863e6a758d87a4644c029e</guid></item><item><title>XmlStatementFile modified by Anonymous</title><link>https://sourceforge.net/p/generatecppfomxml/wiki/XmlStatementFile/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;a class="" href="/p/generatecppfomxml/wiki/WikiMap"&gt;navigate through the wiki&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this page the contents of the XML file Bodies.xml is described. &lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Introduction&lt;/li&gt;
&lt;li&gt;File content&lt;/li&gt;
&lt;/ul&gt;
&lt;h1 id="introduction"&gt;Introduction&lt;/h1&gt;
&lt;p&gt;This file contains the bodies of the automatic methods and a generic (i.e. empty) one. In principle there is no need to open or edit this file, this documentation is present for exhaustiveness. &lt;/p&gt;
&lt;h1 id="file-content"&gt;File content&lt;/h1&gt;
&lt;p&gt;At the time being, the file is &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="o"&gt;&amp;lt;?&lt;/span&gt;&lt;span class="nt"&gt;xml&lt;/span&gt; &lt;span class="nt"&gt;version&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;"1.0"&lt;/span&gt; &lt;span class="nt"&gt;encoding&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;"UTF-8"&lt;/span&gt;&lt;span class="o"&gt;?&amp;gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;p&gt;&amp;lt;bodies xmlns="http://www.w3schools.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3schools.com Statements.xsd"&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;empty nbr="0"&amp;gt; {\n} &amp;lt;/empty&amp;gt; &amp;lt;stdGetter nbr="1"&amp;gt; return {0}; &amp;lt;/stdGetter&amp;gt; &amp;lt;stdSetter nbr="2"&amp;gt; {0} = {1}; &amp;lt;/stdSetter&amp;gt; &amp;lt;ptrGetter nbr="1"&amp;gt; return &amp;amp;amp;{0}; &amp;lt;/ptrGetter&amp;gt; &amp;lt;ptrSetter nbr="2"&amp;gt; {0} = *{1}; &amp;lt;/ptrSetter&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;/bodies&amp;gt;&lt;/p&gt;
&lt;p&gt;This file can be validated against the Statements.xsd XML schema file. In case of disagreement between the XML schema and this page, the information found on this page has to be considered as deprecated. &lt;/p&gt;
&lt;p&gt;&lt;a class="" href="/p/generatecppfomxml/wiki/XmlStatementFile"&gt;Back on top&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Fri, 13 Mar 2015 07:17:22 -0000</pubDate><guid>https://sourceforge.netac28f7e4a28b3f6a819e6d4ba698ebe122460449</guid></item></channel></rss>