SourcePro® C++ API Reference Guide

Product Documentation:
   SourcePro C++
Documentation Home
Classes

Module Description

The Functor List subpackage is made up of classes designed for creating functors that are themselves lists of functors to be invoked in turn. Functor list classes are an extension to the functor class hierarchy.

Class names are constructed from the base name RWTFunctorList for templatized classes or RWFunctorList for the few non-templatized classes by adding 0, 1 or 2 for the number of caller arguments.

The formal template parameters include:

S1 Type name of the functor list's first argument.
S2 Type name of the functor list's second argument.
Note
Functor lists do not provide R0, R1, or R2 classes.

Classes

class  RWFunctorList0
 Deprecated. A sequence of functors whose invocation takes no arguments. More...
 
class  RWTFunctorList1< S1 >
 Deprecated. A sequence of functors whose invocation takes one argument. More...
 
class  RWTFunctorList2< S1, S2 >
 Deprecated. A sequence of functors whose invocation takes two arguments. More...
 

Copyright © 2016 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.
Provide feedback to Rogue Wave about its documentation.