utilities.hpp File Reference

Implementations of the utility functions defined in utilities.xml for use within the Addins. More...

#include <string>
Include dependency graph for utilities.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 QuantLibAddin
 

Functions

std::string QuantLibAddin::qlVersion ()
 return the version number of QuantLib More...
 
std::string QuantLibAddin::qlAddinVersion ()
 return the version number of QuantLibAddin (a.k.a. QuantLibObjects) More...
 
std::string QuantLibAddin::qlxlVersion (bool verbose=false)
 return the version number of QuantLibXL More...
 

Detailed Description

Implementations of the utility functions defined in utilities.xml for use within the Addins.

The functions implemented in this file are invoked in the Addins from code autogenerated by srcgen.py.