Last change
on this file since 941 was
890,
checked in by rgrieder, 17 years ago
|
- fixed several errors and issues with visual studio under windows:
- moved tixml into a separate static lib (has to be)
- updated OrxonoxStableHeaders.h
- added macro for XOR
- exported << operators
- removed TiXMLPrereqs.h, not anymore useful; merged it into XMLIncludes.h
|
File size:
933 bytes
|
Rev | Line | |
---|
[890] | 1 | //----------------------------------------------------------------------- |
---|
| 2 | // Forward declarations |
---|
| 3 | //----------------------------------------------------------------------- |
---|
[826] | 4 | |
---|
[890] | 5 | class TiXmlString; |
---|
| 6 | class TiXmlOutStream; |
---|
| 7 | class TiXmlNode; |
---|
| 8 | class TiXmlHandle; |
---|
| 9 | class TiXmlDocument; |
---|
| 10 | class TiXmlElement; |
---|
| 11 | class TiXmlComment; |
---|
| 12 | class TiXmlUnknown; |
---|
| 13 | class TiXmlAttribute; |
---|
| 14 | class TiXmlText; |
---|
| 15 | class TiXmlDeclaration; |
---|
| 16 | class TiXmlParsingData; |
---|
| 17 | |
---|
| 18 | namespace ticpp |
---|
| 19 | { |
---|
| 20 | class Document; |
---|
| 21 | class Element; |
---|
| 22 | class Declaration; |
---|
| 23 | class StylesheetReference; |
---|
| 24 | class Text; |
---|
| 25 | class Comment; |
---|
| 26 | class Attribute; |
---|
| 27 | } |
---|
| 28 | |
---|
[826] | 29 | namespace orxonox |
---|
| 30 | { |
---|
| 31 | typedef ticpp::Document Document; |
---|
| 32 | typedef ticpp::Element Element; |
---|
| 33 | typedef ticpp::Declaration Declaration; |
---|
| 34 | typedef ticpp::StylesheetReference StylesheetReference; |
---|
| 35 | typedef ticpp::Text Text; |
---|
| 36 | typedef ticpp::Comment Comment; |
---|
| 37 | typedef ticpp::Attribute Attribute; |
---|
| 38 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.