SourcePro® API Reference Guide

 
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 © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.