SourcePro® 2024.1 |
SourcePro® API Reference Guide |
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... | |
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. |
Copyright © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |