June 1999 Code

From the June 1999 Issue


Automatic Code Generation from UML Models
by Stephen J. Mellor
  • Listing 1. Partial code for the Row class.
  • Listing 2. Translation templates for the example architecture.
  • Listing 3. Translation template to generate a signal event in the synchronous variation.
  • Listing 4. The translation template for the action sequence member function declaration.
  • Listing 5. A translation template for the shell function for each signal event.
Dark Corners
Coping with new and delete

by Michael S. Ball and Stephen D. Clamage Effective Standard C++ Library
Output Iterators: Why They Differ from Other Iterators

by Klaus Kreft and Angelika Langer