TF++, Miscellaneous classes and modules in C++:

◆ valid()

template<class T >
bool tfxx::RangeListStepper< T >::valid ( ) const
inline

true if stepper is still in range and can return a current value

Definition at line 94 of file rangelist.h.

References tfxx::RangeListStepper< T >::Miterator, tfxx::RangeListStepper< T >::Mlist, tfxx::RangeListStepper< T >::Mrangestepper, and tfxx::RangeStepper< T >::valid().

Referenced by tfxx::RangeListStepper< T >::more(), and tfxx::RangeListStepper< T >::next().

95  {
96  return(Mrangestepper.valid() && (Miterator!=Mlist.end()));
97  }
Trangestepper Mrangestepper
Definition: rangelist.h:132
Tlist::const_iterator Miterator
Definition: rangelist.h:131
bool valid() const
true if stepper is still in range and can return a current value
Definition: range.h:128
Here is the call graph for this function:
Here is the caller graph for this function: