Contents

insertAfter

Declaration

virtual void insertAfter(
 IOFWCommand &prev);

Parameters

  • prev:

    command to insert after

  • queue:

    queue command is being added to

Overview

inserts a command after the specified one.

See Also

Miscellaneous