Re: Expose list type in QuantLibXL

Posted by Eric Ehlers-2 on
URL: http://quantlib.414.s1.nabble.com/Expose-list-type-in-QuantLibXL-tp5268p5269.html

Hi Hyung,

On 2012-08-14 08:17, Hyung-Seok Hahm wrote:

> Dear all,
>
> I need to implement the following Quantlib code in QuantLibXL.
>
>         std::list<Time> times;
>
> It seems that there are only three tensorRanks - scalar, vector,
> matrix - being used in QuantLibXL at the moment.
>
> How can I expose std::list in QuantLibXL? 
>
> Please let me know. 
>
> Thanks in advance.
>
> - Hyung

Exposing directly to QuantLibXL a QuantLib value of type std::list is
not supported.  You could implement support for that, or you could write
a little wrapper in QuantLibAddin which wraps the QuantLib std::list as
a std::vector for QuantLibXL.

Which value is it?  Is the std::list something that already exists in
QuantLib, or is it something you added yourself?

Regards,
Eric
--
===================================================
Eric Ehlers
nazcatech sprl | Brussels | http://www.nazcatech.be
* Distributed computing for pricing analytics
* Use Microsoft Excel as a client to the Grid

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
QuantLib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users