Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
VSFileXMLSerializer.h
Go to the documentation of this file.
1
#ifndef __VSFILEXMLSERIALIZER_H__INCLUDED__
2
#define __VSFILEXMLSERIALIZER_H__INCLUDED__
3
4
#include "
XMLDocument.h
"
5
#include "
vsfilesystem.h
"
6
7
namespace
XMLDOM
8
{
9
class
VSFileXMLSerializer
:
public
XMLDOM::XMLSerializer
10
{
11
public
:
12
bool
importXML
(
const
std::string &path,
VSFileSystem::VSFileType
fileType );
13
virtual
bool
importXML
(
const
std::string &path );
14
virtual
bool
exportXML
( std::ostream &stream );
15
};
16
};
17
18
#endif //__VSFILEXMLSERIALIZER_H__INCLUDED__
19
src
VSFileXMLSerializer.h
Generated on Fri May 29 2015 23:07:39 for Vegastrike 0.5.1 rc1 by
1.8.4