[ 源代码: tinyxml2 ]
软件包:libtinyxml2-dev(10.0.0+dfsg-2 以及其他的)
libtinyxml2-dev 的相关链接
Debian 的资源:
下载源码包 tinyxml2:
- [tinyxml2_10.0.0+dfsg-2.dsc]
- [tinyxml2_10.0.0+dfsg.orig.tar.xz]
- [tinyxml2_10.0.0+dfsg-2.debian.tar.xz]
维护者:
外部的资源:
- 主页 [www.grinninglizard.com]
相似软件包:
TinyXML2 library - header and static library
This package contains the header file and a static version of the TinyXML2 library.
TinyXML2 is a simple and small C++ XML parser that can be easily integrating into other programs. It reads XML and creates C++ objects representing the XML document. The objects can be manipulated, changed, and saved again as XML.
TinyXML2 supersedes the previous TinyXML library, with various improvements:
- Fewer memory allocations (1% - 10% compared to TinyXML) - Uses less memory (about 40% of that used by TinyXML) - Faster - No STL requirement - More modern C++, including a proper namespace - Proper and useful handling of whitespace