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

◆ current()

template<class T >
Tvalue tfxx::RangeListStepper< T >::current ( ) const
inline

return current value in range list

Definition at line 88 of file rangelist.h.

References tfxx::RangeStepper< T >::current(), and tfxx::RangeListStepper< T >::Mrangestepper.

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

88 { return(Mrangestepper.current()); }
Trangestepper Mrangestepper
Definition: rangelist.h:132
Tvalue current() const
return current value
Definition: range.h:124
Here is the call graph for this function:
Here is the caller graph for this function: