GenericEngine Class Template Reference

#include <genericengine.hpp>

Inheritance diagram for GenericEngine:

Inheritance graph
[legend]
List of all members.

Detailed Description

template<class ArgumentsType, class ResultsType>
class QuantLib::PricingEngines::GenericEngine< ArgumentsType, ResultsType >

template base class for option pricing engines

Derived engines only need to implement the calculate() method the inherit from PricingEngine


Public Member Functions

Argumentsarguments () const
const Resultsresults () const
void reset () const

Protected Attributes

ArgumentsType arguments_
ResultsType results_


The documentation for this class was generated from the following file:

QuantLib.org
QuantLib
Hosted by
SourceForge.net Logo
Documentation generated by
doxygen