next up previous
Next: The MIR Level Up: Changers Previous: A Sample Changer

Invoking a Changer

A changer is invoked almost the same way a walker is, e.g.

        yourChanger c;
        for (unit_list_p u=CBZ::Program.begin(); u!= CBZ::Program.end(); u++)
                (*u)->change (c);



Adam C. Brown 2006-01-26