Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Threads Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWFunctorList0

Module:  Threads   Package:  Functor List, subpackage of Functor


RWFunctorList0 RWFunctor0

Local Index

Members

Header File

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

Description

The RWFunctor0List class is a sequence of functors whose invocation takes no arguments.

A function object, or a functor, is an object that encapsulates a call to an associated function. When a functor is invoked, it calls the associated function.

A functor list is a sequence of such functors. The list's invocation results in the invocation of all functors contained in the list. This is useful when you wish to connect more that one invocation to a particular action.

Example

Public Constructors

RWFunctorList0();
RWFunctorList0(const RWFunctorList0& second);

Public Destru7ctor

~RWFunctorList0();

Public Operators

RWFunctorList0&
operator=(const RWFunctorList0& second);
void 
operator()() const;

Public Member Functions

void 
add(const RWFunctor0& functor, RWCallbackScope scope);
void 
remove(const RWFunctor0& functor);
void 
update();


Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.