|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Association between a handler name and location of pointer to it. More...
#include <dynamic_link.h>
Public Attributes | |
| const char * | name |
| Name of the handler. More... | |
| pointer_to_handler * | handler |
| Pointer to the handler. More... | |
Association between a handler name and location of pointer to it.
Definition at line 60 of file dynamic_link.h.
| pointer_to_handler* dynamic_link_descriptor::handler |
Pointer to the handler.
Definition at line 64 of file dynamic_link.h.
| const char* dynamic_link_descriptor::name |
Name of the handler.
Definition at line 62 of file dynamic_link.h.