Changes between Version 2 and Version 3 of code/doc/Util
- Timestamp:
- Feb 28, 2008, 12:44:59 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Util
v2 v3 3 3 == Description == 4 4 5 The [wiki:Util] library contains several functions, classes and [wiki:template s] that can be used in different parts of the orxonox-code. They provide functionalities for mathematical use, string manipulation, typeconversion, multi-types, functors and executors and many more.5 The [wiki:Util] library contains several functions, classes and [wiki:template templates] that can be used in different parts of the orxonox-code. They provide functionalities for mathematical use, string manipulation, typeconversion, multi-types, functors and executors and many more. 6 6 7 7 Additionally it contains the [wiki:TinyXML]-library that provides many easy-to-use utilities to read and write xml-files plus the extension TinyXML++ which implements wrappers for [wiki:TinyXML] that are more [wiki:STL]-like (iterators, error handling, ...).