Update of /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv20549/gensrc/metadata
Modified Files:
swaptionvolstructure.xml
Log Message:
support conversion for return types:
- std::vector<QuantLib::DayCounter>
- std::vector<QuantLib::Period>
Index: swaptionvolstructure.xml
===================================================================
RCS file: /cvsroot/quantlibaddin/QuantLibAddin/gensrc/metadata/swaptionvolstructure.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** swaptionvolstructure.xml 20 Jun 2006 09:18:11 -0000 1.9
--- swaptionvolstructure.xml 20 Jun 2006 10:59:21 -0000 1.10
***************
*** 151,155 ****
</Constructor>
! <!--Member name='qlSwaptionVTSMatrixDayCounter' libraryClass='SwaptionVolatilityMatrix'>
<description>Returns the underlying swap day counter.</description>
<libraryFunction>dayCounter</libraryFunction>
--- 151,155 ----
</Constructor>
! <Member name='qlSwaptionVTSMatrixDayCounter' libraryClass='SwaptionVolatilityMatrix'>
<description>Returns the underlying swap day counter.</description>
<libraryFunction>dayCounter</libraryFunction>
***************
*** 159,168 ****
<Parameters/>
</ParameterList>
! <ReturnValue>
<type>string</type>
<tensorRank>scalar</tensorRank>
<description>day counter</description>
</ReturnValue>
! </Member-->
<Member name='qlSwaptionVTSMatrixExerciseDates' libraryClass='SwaptionVolatilityMatrix'>
--- 159,168 ----
<Parameters/>
</ParameterList>
! <ReturnValue libraryType='QuantLib::DayCounter'>
<type>string</type>
<tensorRank>scalar</tensorRank>
<description>day counter</description>
</ReturnValue>
! </Member>
<Member name='qlSwaptionVTSMatrixExerciseDates' libraryClass='SwaptionVolatilityMatrix'>
***************
*** 181,185 ****
</Member>
! <!--Member name='qlSwaptionVTSMatrixSwapLengths' libraryClass='SwaptionVolatilityMatrix'>
<description>Returns the vector of underlying swap lengths.</description>
<libraryFunction>lengths</libraryFunction>
--- 181,185 ----
</Member>
! <Member name='qlSwaptionVTSMatrixSwapLengths' libraryClass='SwaptionVolatilityMatrix'>
<description>Returns the vector of underlying swap lengths.</description>
<libraryFunction>lengths</libraryFunction>
***************
*** 194,198 ****
<description>underlying swap lengths</description>
</ReturnValue>
! </Member-->
--- 194,198 ----
<description>underlying swap lengths</description>
</ReturnValue>
! </Member>
|