Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 8 and Version 9 of code/doc/Util


Ignore:
Timestamp:
Apr 12, 2017, 11:38:10 PM (7 years ago)
Author:
landauf
Comment:

fixed links

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/Util

    v8 v9  
    11= Util =
    2 [[TracNav(TracNav/TOC_Development)]]
    32
    43== Description ==
    54
    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.
     5The [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.
    76
    87== Util features ==
     
    109|| '''Name''' || '''Description''' ||
    1110|| [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 ||
    1312|| [wiki:Exception] || Defines exceptions and assertions ||
    1413|| [wiki:ExprParser] || Parses mathematical expressions and returns the result ||