Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo C++ Class Library Definition - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

     Function Prototype for Arguments to forEach


     The  function  passed  to  the  member function forEach  has  the
     following prototype.

        void( *iterFuncType )( Object&, void *parameterList );

     This  allows  a  parameter list to  be  passed  to  the  iterator
     function. The  parameter list may be null. Each iterator function
     must provide the means  of  parsing  the  parameter list into the
     parameters required by that function.



     Function Prototype for Arguments to firstThat


     The  function  passed  to  the  member  functions  firstThat  and
     lastThat has the following prototype.

          int( *condFuncType )( Object&, void *parameterList );

     This  prototype defines a function which will  return  1  if  the
     given object satisfies a condition.  The function  must  return 0
     otherwise.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson