Miscellaneous Utilities
This section exposes the various utilities available in the Mudbox SDK.
- Statistics - Holds useful information about the current session of Mudbox.
- Timer - Helps finding performance issues. See the MB_TIMER macro for more details.
- FileEventNotifier - Holds information about the a recent or in-progress file event. See Kernel::FileEvent for more information.
- QString - Manages strings of characters.
- Stream - Streams are used to read information from a file, or to write it to a file.
- Store - An array-like collection class, with support for serialization.