Logo
Reference manual - version qle_version
CashflowTable Class Reference

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 CashflowRowoperator[] (QuantLib::Size i) const
 Retrieve row i from the cashflow table.
CashflowRowoperator[] (QuantLib::Size i)

Detailed Description

Class representing the contents of a cashflow table.