GenericEngine Class Template Reference#include <genericengine.hpp>
Inheritance diagram for GenericEngine:
[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 |
Arguments * | arguments () const |
const Results * | results () const |
void | reset () const |
Protected Attributes |
ArgumentsType | arguments_ |
ResultsType | results_ |
The documentation for this class was generated from the following file:
|