![]() |
![]()
| ![]() |
![]()
LIBRARY#include <statsf-list.h> -lbasic-stats -lxtend SYNOPSISSTATSF_LIST_FUNCTIONS_AE(ptr, c) ARGUMENTSptr Pointer to a statsf_list_t structure c Subscript to the functions array DESCRIPTIONAccessor macro for functions array elements. Use this macro to reference an element of functions in a statsf_list_t structure from functions that are not members of the class. This allows separation of implementation from interface. While the implementation of the statsf_list_t structure may change, effort is made to preserve the API of functions and macros used to access it. EXAMPLESstatsf_list_t statsf_list; size_t c; statsf_t element; element = STATSF_LIST_FUNCTIONS_AE(&statsf_list,c); SEE ALSOSee statsf-list.h for a full list of macros.
|