QuantLib 0.3.7
http://quantlib.org
Getting started
Introduction
Project overview
Where to get QuantLib
Installation
Usage
Version history
Additional resources
The QuantLib group
Copyright and license
Reference manual
Modules
Class Hierarchy
Compound List
File List
Compound Members
File Members
Todo List
Known Bugs
Test Suite
Deprecated Features
Examples
History::const_iterator Class Reference
#include <ql/history.hpp>
List of all members.
Detailed Description
random access iterator on history entries
Public Types
typedef
Entry
value_type
typedef
BigInteger
difference_type
typedef const
Entry
*
pointer
typedef const
Entry
&
reference
Public Member Functions
Dereferencing
reference
operator *
() const
pointer
operator->
() const
Random access
value_type
operator[]
(difference_type i) const
Increment and decrement
const_iterator
&
operator++
()
const_iterator
operator++
(int)
const_iterator
&
operator--
()
const_iterator
operator--
(int)
const_iterator
&
operator+=
(difference_type i)
const_iterator
&
operator-=
(difference_type i)
const_iterator
operator+
(difference_type i)
const_iterator
operator-
(difference_type i)
Difference
difference_type
operator-
(const
const_iterator
&i)
Comparisons
bool
operator==
(const
const_iterator
&i)
bool
operator!=
(const
const_iterator
&i)
bool
operator<
(const
const_iterator
&i)
bool
operator>
(const
const_iterator
&i)
bool
operator<=
(const
const_iterator
&i)
bool
operator>=
(const
const_iterator
&i)
QuantLib.org
Hosted by
Documentation generated by