Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

RWCallbackScope


Global Enumerator

Data Type and Member Function Indexes
(exclusive of constructors and destructors)

Data Types

Package

Functor

Header File

#include <rw/functor/list/RWCallbackListBase.h> 

Description

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.

Declaration

enum RWCallbackScope {
      RW_CALL_ONCE,
      RW_CALL_REPEATEDLY
};


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.