![]() QuantLib 0.3.7Getting startedReference manual |
processing_iterator Class Template Reference#include <ql/Utilities/processingiterator.hpp>
Detailed Descriptiontemplate<class Iterator, class UnaryFunction>
Iterator mapping a unary function to an underlying sequence.
|
Public Types | |
typedef UnaryFunction::result_type | value_type |
typedef const value_type * | pointer |
typedef const value_type & | reference |
Public Member Functions | |
processing_iterator (const Iterator &, const UnaryFunction &) | |
Dereferencing | |
reference | operator * () const |
pointer | operator-> () const |
Random access | |
value_type | operator[] (difference_type) const |
Increment and decrement | |
processing_iterator & | operator++ () |
processing_iterator | operator++ (int) |
processing_iterator & | operator-- () |
processing_iterator | operator-- (int) |
processing_iterator & | operator+= (difference_type) |
processing_iterator & | operator-= (difference_type) |
processing_iterator | operator+ (difference_type) |
processing_iterator | operator- (difference_type) |
Difference | |
difference_type | operator- (const processing_iterator< Iterator, UnaryFunction > &) |
Comparisons | |
bool | operator== (const processing_iterator< Iterator, UnaryFunction > &) |
bool | operator!= (const processing_iterator< Iterator, UnaryFunction > &) |
bool | operator< (const processing_iterator< Iterator, UnaryFunction > &) |
bool | operator> (const processing_iterator< Iterator, UnaryFunction > &) |
bool | operator<= (const processing_iterator< Iterator, UnaryFunction > &) |
bool | operator>= (const processing_iterator< Iterator, UnaryFunction > &) |
Public Attributes | |
typedef< Iterator >::difference_type | difference_type |
Related Functions | |
(Note that these are not member functions.) | |
processing_iterator< Iterator, UnaryFunction > | make_processing_iterator (Iterator it, UnaryFunction p) |
helper function to create processing iterators |
QuantLib.org![]() |
Hosted by![]() |
Documentation generated by![]() |