Changes between Version 8 and Version 9 of code/doc/Util
- Timestamp:
- Apr 12, 2017, 11:38:10 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/Util
v8 v9 1 1 = Util = 2 [[TracNav(TracNav/TOC_Development)]]3 2 4 3 == Description == 5 4 6 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, error and exception handling, debug output 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, error and exception handling, debug output and many more. 7 6 8 7 == Util features == … … 10 9 || '''Name''' || '''Description''' || 11 10 || [wiki:Clipboard] || OS-specific functions to copy text from and to the clipboard || 12 || [wiki:Convert] || A generic [wiki: template] to convert values of one type to another type ||11 || [wiki:Convert] || A generic [wiki:Template] to convert values of one type to another type || 13 12 || [wiki:Exception] || Defines exceptions and assertions || 14 13 || [wiki:ExprParser] || Parses mathematical expressions and returns the result ||