| OpenScop
    0.9.0
    | 
#include <extbody.h>

| Data Fields | |
| osl_body_p | body | 
| int | nb_access | 
| int * | start | 
| int * | length | 
The osl_extbody_t structure stores the coordinates of each access in the body. osl_extbody is replaced by the simple body.
| osl_body_p osl_extbody::body | 
Definition at line 86 of file extbody.h.
Referenced by osl_extbody_clone(), osl_extbody_equal(), osl_extbody_free(), osl_extbody_idump(), osl_extbody_malloc(), osl_extbody_sprint(), osl_extbody_sread(), and osl_statement_get_body().
| int* osl_extbody::length | 
Array of nb_access length.
Definition at line 89 of file extbody.h.
Referenced by osl_extbody_add(), osl_extbody_clone(), osl_extbody_equal(), osl_extbody_free(), osl_extbody_idump(), osl_extbody_malloc(), osl_extbody_sprint(), and osl_extbody_sread().
| int osl_extbody::nb_access | 
Nb of access.
Definition at line 87 of file extbody.h.
Referenced by osl_extbody_add(), osl_extbody_clone(), osl_extbody_equal(), osl_extbody_idump(), osl_extbody_malloc(), osl_extbody_sprint(), and osl_extbody_sread().
| int* osl_extbody::start | 
Array of nb_access start.
Definition at line 88 of file extbody.h.
Referenced by osl_extbody_add(), osl_extbody_clone(), osl_extbody_equal(), osl_extbody_free(), osl_extbody_idump(), osl_extbody_malloc(), osl_extbody_sprint(), and osl_extbody_sread().
 1.8.6
 1.8.6