![]() |
)
The typedefs contain data and function pointers, which together define the object. The implementation functions are the default implementations of the 'methds' encapsulated by the typdef structures.You may override any of the methods once their objects are created by installing a pointer to your own function. Some of these methods create other 'objects' (instances of typedef structures), which allows you install your own method and create your own implementation of these.
Modules | |
API Typedefs and Structs | |
These structures (and the typedefs that you use to reference them and their pointers) are the C equivalent of objects. | |
API Implementation functions | |
API implementation functions are the default implementation of each of the methods in a particular typedef structure. |