Quick question: list for traits

Posted by kennethk on
URL: http://quantlib.414.s1.nabble.com/Quick-question-list-for-traits-tp16809.html

Hi all,

I'm sorry to ask the simplest of all questions - completely new to c++ & ql here.
Anyway I'm trying to build a PiecewiseYieldCurve. My code goes:

PiecewiseYieldCurve<ZeroYield,Linear> something(...)

I would just like to ask if it's possible to get a list of typename Traits & typename Interpolator? I guess it's pretty obvious/trivial, but I just wonder if it's possible to get a list easily (much like list of calendar by countries in the Reference Manual).

Thanks! :)