The scop_t structure stores a list of scops. Each node stores the useful information of a static control part of a program to process it within a polyhedral framework. Parameter information may be strings of characters (char *) when the type field is OSL_TYPE_STRING or a generic pointer to anything else (void *) when the type field is OSL_TYPE_GENERIC. The OpenScop library does not touch AT ALL generic information: printing, copy etc. must be done externally.
Definition at line 90 of file scop.h.