next up previous
Next: Walkers Up: The CBZ class Previous: Beware:

Units

A C program is composed of one or more translation units. You can specify more than one .c file on the cbz command line. Each of these files is parsed into its own translation unit, and the entire program is represented as an STL list of such units (each of type unitNode* ). The list of units is available as the public static member CBZ::Program.



Calvin Lin
2002-01-31