= Util = == Description == 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. == Util features == || '''Name''' || '''Description''' || || [wiki:Clipboard] || OS-specific functions to copy text from and to the clipboard || || [wiki:Convert] || A generic [wiki:Template] to convert values of one type to another type || || [wiki:Exception] || Defines exceptions and assertions || || [wiki:ExprParser] || Parses mathematical expressions and returns the result || || [wiki:Math] || Defines several mathematical functions || || [wiki:MultiType] || A class that can store a value of almost every type || || [wiki:Output] || Handles output and distributes it to console, logfile and the ingame [wiki:Shell] || || [wiki:Sleep] || Defines the sleep function for every OS || || [wiki:String] || Defines several string-functions || || [wiki:SubString] || Splits a string up into a set of substrings ||