Helper tools and functions
This group includes things that only work indirectly with Kodi.
Modules | |
| class CDllHelper | |
| Class to help with load of shared library functions You can add them as parent to your class and to help with load of shared library functions. | |
| class StringUtils | |
| C++ class for processing strings This class brings many different functions to edit, check or search texts. | |
| class CThread | |
| Helper class to represent threads of execution An execution thread is a sequence of instructions that can run concurrently with other such sequences in multithreaded environments while sharing the same address space. | |
| class CTimer | |
| Time interval management Class which enables a time interval to be called up by a given function or class by means of a thread. | |