
Global Enumerator
#include <rw/functor/list/RWCallbackListBase.h>
Used when adding a callback functor to a callback list, to define how many times the functor can be invoked before being automatically removed from the list.
enum RWCallbackScope {
RW_CALL_ONCE,
RW_CALL_REPEATEDLY
};
©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.