browniangenerators.hpp
Go to the documentation of this file.
1 /* -*- mode: c++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 
3 /*
4  Copyright (C) 2006, 2007 Ferdinando Ametrano
5  Copyright (C) 2007 Chiara Fornarola
6  Copyright (C) 2006, 2007 Marco Bianchetti
7  Copyright (C) 2006, 2007 Cristina Duminuco
8  Copyright (C) 2006, 2007 Giorgio Facchinetti
9 
10  This file is part of QuantLib, a free-software/open-source library
11  for financial quantitative analysts and developers - http://quantlib.org/
12 
13  QuantLib is free software: you can redistribute it and/or modify it
14  under the terms of the QuantLib license. You should have received a
15  copy of the license along with this program; if not, please email
16  <quantlib-dev@lists.sf.net>. The license is also available online at
17  <http://quantlib.org/license.shtml>.
18 
19  This program is distributed in the hope that it will be useful, but WITHOUT
20  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
21  FOR A PARTICULAR PURPOSE. See the license for more details.
22 */
23 
24 #ifndef qla_browniangenerators_hpp
25 #define qla_browniangenerators_hpp
26 
27 #include <oh/libraryobject.hpp>
28 
29 #include <ql/types.hpp>
30 
31 namespace QuantLib {
32  class BrownianGeneratorFactory;
33 }
34 
35 namespace QuantLibAddin {
36 
37  OH_LIB_CLASS(BrownianGeneratorFactory, QuantLib::BrownianGeneratorFactory);
38 
39  class MTBrownianGeneratorFactory : public BrownianGeneratorFactory {
40  public:
42  const boost::shared_ptr<ObjectHandler::ValueObject>& properties,
43  unsigned long seed,
44  bool permanent);
45  };
46 
47  }
48 
49 #endif
50 
MTBrownianGeneratorFactory(const boost::shared_ptr< ObjectHandler::ValueObject > &properties, unsigned long seed, bool permanent)
OH_LIB_CLASS(AlphaForm, QuantLib::AlphaForm)
Definition: browniangenerators.hpp:39
Definition: abcd.hpp:38
Definition: abcd.hpp:30