The basic SUIF infrastructure uses a set of basic data structures that you might also find useful for your own code. These data structures are defined in the directory nci/suif/suif2b/common.
Some of these are similar to STL types and it is intended that they can be replaced by the STL types if so desired. The STL templates have not been used from the beginning because some compilers still have trouble compiling the STL templates and compile time will probably be slower.
|