All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
How to search the documentation for interface methods If you are looking for a method in order to perform a specific task, there are usually two places to look at:
The file "pub_misc.h" contains methods for data structures like priority queues, hash tables, and hash maps, as well as methods for sorting, numerics, random numbers, string operations, and file operations. If you are looking for a description of a callback method of a plugin that you want to implement, you have to look at the corresponding type_<...>.h. |