reference: Xmlize

git-svn-id: svn://ultimatepp.org/upp/trunk@4594 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2012-02-14 08:16:19 +00:00
parent cfb8556d90
commit 74e8ec40d0
3 changed files with 7 additions and 3 deletions

View file

@ -14,10 +14,10 @@ struct Data {
bool option;
void Dump();
void Xmlize(XmlIO xml);
void Xmlize(XmlIO& xml);
};
void Data::Xmlize(XmlIO xml)
void Data::Xmlize(XmlIO& xml)
{
xml
("Dimension", sz)

View file

@ -1,4 +1,4 @@
description "Persistency using XML";
description "Persistency using XML\377";
uses
Core;

4
reference/Xmlize/init Normal file
View file

@ -0,0 +1,4 @@
#ifndef _Xmlize_icpp_init_stub
#define _Xmlize_icpp_init_stub
#include "Core/init"
#endif