Code::Blocks
SVN r11506
include
tinywxuni.h
Go to the documentation of this file.
1
#ifndef TINYWXUNI_H
2
#define TINYWXUNI_H
3
4
class
wxString
;
5
class
TiXmlDocument;
6
7
namespace
TinyXML
8
{
9
bool
LoadDocument
(
const
wxString
& filename, TiXmlDocument *doc);
10
TiXmlDocument*
LoadDocument
(
const
wxString
& filename);
11
12
bool
SaveDocument
(
const
wxString
& filename, TiXmlDocument* doc);
13
}
14
15
#endif
TinyXML
Definition:
filemanager.h:27
TinyXML::LoadDocument
bool LoadDocument(const wxString &filename, TiXmlDocument *doc)
Definition:
tinywxuni.cpp:13
wxString
TinyXML::SaveDocument
bool SaveDocument(const wxString &, TiXmlDocument *)
Definition:
tinywxuni.cpp:45
Generated by
1.8.13