Utilities functions for reports. More...
#include <ored/report/inmemoryreport.hpp>
Go to the source code of this file.
Namespaces | |
namespace | ore |
Serializable Credit Default Swap. | |
namespace | ore::data |
Functions | |
QuantLib::ext::shared_ptr< ore::data::InMemoryReport > | addColumnToExisitingReport (const std::string &columnName, const std::string &value, const QuantLib::ext::shared_ptr< ore::data::InMemoryReport > &report) |
QuantLib::ext::shared_ptr< ore::data::InMemoryReport > | addColumnsToExisitingReport (const QuantLib::ext::shared_ptr< ore::data::InMemoryReport > &newColsReport, const QuantLib::ext::shared_ptr< ore::data::InMemoryReport > &report) |
QuantLib::ext::shared_ptr< ore::data::InMemoryReport > | concatenateReports (const std::vector< QuantLib::ext::shared_ptr< ore::data::InMemoryReport > > &reports) |
Utilities functions for reports.
Definition in file utilities.hpp.