OpenScop
0.9.0
|
#include <arrays.h>
Data Fields | |
int | nb_names |
int * | id |
char ** | names |
The osl_arrays_t structure stores a set of array textual names in the extension part of the OpenScop representation. Each name has a name string and an identifier: the ith name as name string names[i] and identifier id[i].
int* osl_arrays::id |
Array of nb_names identifiers.
Definition at line 88 of file arrays.h.
Referenced by osl_arrays_clone(), osl_arrays_equal(), osl_arrays_free(), osl_arrays_idump(), osl_arrays_malloc(), osl_arrays_sprint(), osl_arrays_sread(), and osl_arrays_to_strings().
char** osl_arrays::names |
Array of nb_names names.
Definition at line 89 of file arrays.h.
Referenced by osl_arrays_clone(), osl_arrays_equal(), osl_arrays_free(), osl_arrays_idump(), osl_arrays_malloc(), osl_arrays_sprint(), osl_arrays_sread(), and osl_arrays_to_strings().
Number of names.
Definition at line 87 of file arrays.h.
Referenced by osl_arrays_clone(), osl_arrays_equal(), osl_arrays_free(), osl_arrays_idump(), osl_arrays_malloc(), osl_arrays_sprint(), osl_arrays_sread(), and osl_arrays_to_strings().