Class representing the contents of a cashflow table. More...
#include <qle/cashflows/cashflowtable.hpp>
Public Member Functions | |
| CashflowTable () | |
| Default constructor to create empty table. | |
| void | add (const CashflowRow &cashflowRow) |
| Add a row to the cashflow table. | |
| QuantLib::Size | size () const |
| Return the number of rows in the cashflow table. | |
| const CashflowRow & | operator[] (QuantLib::Size i) const |
Retrieve row i from the cashflow table. | |
| CashflowRow & | operator[] (QuantLib::Size i) |
Class representing the contents of a cashflow table.