Menu

XmlStatementFile

Anonymous Johan Luisier

navigate through the wiki

In this page the contents of the XML file Bodies.xml is described.

  • Introduction
  • File content

Introduction

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.

File content

At the time being, the file is

<?xml version="1.0" encoding="UTF-8"?>

<bodies xmlns="http://www.w3schools.com"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.w3schools.com Statements.xsd">

  <!-- File containing the method bodies used by XmlCppClassGenerator
       The file can be checked against a xml schema file,
       Statements.xsd. -->

  <empty nbr="0"> {\n} </empty>
  <stdGetter nbr="1"> return {0}; </stdGetter>
  <stdSetter nbr="2"> {0} = {1}; </stdSetter>
  <ptrGetter nbr="1"> return &amp;{0}; </ptrGetter>
  <ptrSetter nbr="2"> {0} = *{1}; </ptrSetter>

</bodies>

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


Related

Wiki: Home
Wiki: MainPage
Wiki: WikiMap
Wiki: XmlStatementFile

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.