Ignore:
Timestamp:
Feb 11, 2010, 11:19:06 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.1 sources.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/xmlpatterns/data/qatomiccasters_p.h

    r2 r561  
    22**
    33** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
    4 ** Contact: Qt Software Information (qt-info@nokia.com)
     4** All rights reserved.
     5** Contact: Nokia Corporation (qt-info@nokia.com)
    56**
    67** This file is part of the QtXmlPatterns module of the Qt Toolkit.
     
    2122** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
    2223**
    23 ** In addition, as a special exception, Nokia gives you certain
    24 ** additional rights. These rights are described in the Nokia Qt LGPL
    25 ** Exception version 1.0, included in the file LGPL_EXCEPTION.txt in this
    26 ** package.
     24** In addition, as a special exception, Nokia gives you certain additional
     25** rights.  These rights are described in the Nokia Qt LGPL Exception
     26** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
    2727**
    2828** GNU General Public License Usage
     
    3434** met: http://www.gnu.org/copyleft/gpl.html.
    3535**
    36 ** If you are unsure which license is appropriate for your use, please
    37 ** contact the sales department at qt-sales@nokia.com.
     36** If you have questions regarding the use of this file, please contact
     37** Nokia at qt-info@nokia.com.
    3838** $QT_END_LICENSE$
    3939**
     
    8181     *
    8282     * @ingroup Patternist_xdm
    83      * @author Frans Englich <fenglich@trolltech.com>
     83     * @author Frans Englich <frans.englich@nokia.com>
    8484     */
    8585    template<TypeOfDerivedString DerivedType>
     
    103103     *
    104104     * @ingroup Patternist_xdm
    105      * @author Frans Englich <fenglich@trolltech.com>
     105     * @author Frans Englich <frans.englich@nokia.com>
    106106     */
    107107    class ToUntypedAtomicCaster : public AtomicCaster
     
    116116     *
    117117     * @ingroup Patternist_xdm
    118      * @author Frans Englich <fenglich@trolltech.com>
     118     * @author Frans Englich <frans.englich@nokia.com>
    119119     */
    120120    class ToAnyURICaster : public AtomicCaster
     
    129129     *
    130130     * @ingroup Patternist_xdm
    131      * @author Frans Englich <fenglich@trolltech.com>
     131     * @author Frans Englich <frans.englich@nokia.com>
    132132     */
    133133    class HexBinaryToBase64BinaryCaster : public AtomicCaster
     
    142142     *
    143143     * @ingroup Patternist_xdm
    144      * @author Frans Englich <fenglich@trolltech.com>
     144     * @author Frans Englich <frans.englich@nokia.com>
    145145     */
    146146    class Base64BinaryToHexBinaryCaster : public AtomicCaster
     
    155155     *
    156156     * @ingroup Patternist_xdm
    157      * @author Frans Englich <fenglich@trolltech.com>
     157     * @author Frans Englich <frans.englich@nokia.com>
    158158     */
    159159    class StringToBase64BinaryCaster : public AtomicCaster
     
    168168     *
    169169     * @ingroup Patternist_xdm
    170      * @author Frans Englich <fenglich@trolltech.com>
     170     * @author Frans Englich <frans.englich@nokia.com>
    171171     */
    172172    class StringToHexBinaryCaster : public AtomicCaster
     
    181181     *
    182182     * @ingroup Patternist_xdm
    183      * @author Frans Englich <fenglich@trolltech.com>
     183     * @author Frans Englich <frans.englich@nokia.com>
    184184     */
    185185    class NumericToBooleanCaster : public AtomicCaster
     
    194194     *
    195195     * @ingroup Patternist_xdm
    196      * @author Frans Englich <fenglich@trolltech.com>
     196     * @author Frans Englich <frans.englich@nokia.com>
    197197     */
    198198    class StringToBooleanCaster : public AtomicCaster
     
    210210     *
    211211     * @ingroup Patternist_xdm
    212      * @author Frans Englich <fenglich@trolltech.com>
     212     * @author Frans Englich <frans.englich@nokia.com>
    213213     */
    214214    template <const bool IsInteger>
     
    253253     *
    254254     * @ingroup Patternist_xdm
    255      * @author Frans Englich <fenglich@trolltech.com>
     255     * @author Frans Englich <frans.englich@nokia.com>
    256256     */
    257257    class StringToDecimalCaster : public AtomicCaster
     
    266266     *
    267267     * @ingroup Patternist_xdm
    268      * @author Frans Englich <fenglich@trolltech.com>
     268     * @author Frans Englich <frans.englich@nokia.com>
    269269     */
    270270    class StringToIntegerCaster : public AtomicCaster
     
    279279     *
    280280     * @ingroup Patternist_xdm
    281      * @author Frans Englich <fenglich@trolltech.com>
     281     * @author Frans Englich <frans.englich@nokia.com>
    282282     */
    283283    class BooleanToDecimalCaster : public AtomicCaster
     
    292292     *
    293293     * @ingroup Patternist_xdm
    294      * @author Frans Englich <fenglich@trolltech.com>
     294     * @author Frans Englich <frans.englich@nokia.com>
    295295     */
    296296    class BooleanToIntegerCaster : public AtomicCaster
     
    311311     *
    312312     * @ingroup Patternist_xdm
    313      * @author Frans Englich <fenglich@trolltech.com>
     313     * @author Frans Englich <frans.englich@nokia.com>
    314314     */
    315315    class SelfToSelfCaster : public AtomicCaster
     
    328328     *
    329329     * @ingroup Patternist_xdm
    330      * @author Frans Englich <fenglich@trolltech.com>
     330     * @author Frans Englich <frans.englich@nokia.com>
    331331     */
    332332    class StringToGYearCaster : public AtomicCaster
     
    341341     *
    342342     * @ingroup Patternist_xdm
    343      * @author Frans Englich <fenglich@trolltech.com>
     343     * @author Frans Englich <frans.englich@nokia.com>
    344344     */
    345345    class StringToGDayCaster : public AtomicCaster
     
    354354     *
    355355     * @ingroup Patternist_xdm
    356      * @author Frans Englich <fenglich@trolltech.com>
     356     * @author Frans Englich <frans.englich@nokia.com>
    357357     */
    358358    class StringToGMonthCaster : public AtomicCaster
     
    367367     *
    368368     * @ingroup Patternist_xdm
    369      * @author Frans Englich <fenglich@trolltech.com>
     369     * @author Frans Englich <frans.englich@nokia.com>
    370370     */
    371371    class StringToGYearMonthCaster : public AtomicCaster
     
    380380     *
    381381     * @ingroup Patternist_xdm
    382      * @author Frans Englich <fenglich@trolltech.com>
     382     * @author Frans Englich <frans.englich@nokia.com>
    383383     */
    384384    class StringToGMonthDayCaster : public AtomicCaster
     
    393393     *
    394394     * @ingroup Patternist_xdm
    395      * @author Frans Englich <fenglich@trolltech.com>
     395     * @author Frans Englich <frans.englich@nokia.com>
    396396     */
    397397    class StringToDateTimeCaster : public AtomicCaster
     
    406406     *
    407407     * @ingroup Patternist_xdm
    408      * @author Frans Englich <fenglich@trolltech.com>
     408     * @author Frans Englich <frans.englich@nokia.com>
    409409     */
    410410    class StringToTimeCaster : public AtomicCaster
     
    419419     *
    420420     * @ingroup Patternist_xdm
    421      * @author Frans Englich <fenglich@trolltech.com>
     421     * @author Frans Englich <frans.englich@nokia.com>
    422422     */
    423423    class StringToDateCaster : public AtomicCaster
     
    432432     *
    433433     * @ingroup Patternist_xdm
    434      * @author Frans Englich <fenglich@trolltech.com>
     434     * @author Frans Englich <frans.englich@nokia.com>
    435435     */
    436436    class StringToDurationCaster : public AtomicCaster
     
    445445     *
    446446     * @ingroup Patternist_xdm
    447      * @author Frans Englich <fenglich@trolltech.com>
     447     * @author Frans Englich <frans.englich@nokia.com>
    448448     */
    449449    class StringToDayTimeDurationCaster : public AtomicCaster
     
    458458     *
    459459     * @ingroup Patternist_xdm
    460      * @author Frans Englich <fenglich@trolltech.com>
     460     * @author Frans Englich <frans.englich@nokia.com>
    461461     */
    462462    class StringToYearMonthDurationCaster : public AtomicCaster
     
    472472     *
    473473     * @ingroup Patternist_xdm
    474      * @author Frans Englich <fenglich@trolltech.com>
     474     * @author Frans Englich <frans.englich@nokia.com>
    475475     */
    476476    class AbstractDateTimeToGYearCaster : public AtomicCaster
     
    485485     *
    486486     * @ingroup Patternist_xdm
    487      * @author Frans Englich <fenglich@trolltech.com>
     487     * @author Frans Englich <frans.englich@nokia.com>
    488488     */
    489489    class AbstractDateTimeToGYearMonthCaster : public AtomicCaster
     
    498498     *
    499499     * @ingroup Patternist_xdm
    500      * @author Frans Englich <fenglich@trolltech.com>
     500     * @author Frans Englich <frans.englich@nokia.com>
    501501     */
    502502    class AbstractDateTimeToGMonthCaster : public AtomicCaster
     
    511511     *
    512512     * @ingroup Patternist_xdm
    513      * @author Frans Englich <fenglich@trolltech.com>
     513     * @author Frans Englich <frans.englich@nokia.com>
    514514     */
    515515    class AbstractDateTimeToGMonthDayCaster : public AtomicCaster
     
    524524     *
    525525     * @ingroup Patternist_xdm
    526      * @author Frans Englich <fenglich@trolltech.com>
     526     * @author Frans Englich <frans.englich@nokia.com>
    527527     */
    528528    class AbstractDateTimeToGDayCaster : public AtomicCaster
     
    537537     *
    538538     * @ingroup Patternist_xdm
    539      * @author Frans Englich <fenglich@trolltech.com>
     539     * @author Frans Englich <frans.englich@nokia.com>
    540540     */
    541541    class AbstractDateTimeToDateTimeCaster : public AtomicCaster
     
    550550     *
    551551     * @ingroup Patternist_xdm
    552      * @author Frans Englich <fenglich@trolltech.com>
     552     * @author Frans Englich <frans.englich@nokia.com>
    553553     */
    554554    class AbstractDateTimeToDateCaster : public AtomicCaster
     
    563563     *
    564564     * @ingroup Patternist_xdm
    565      * @author Frans Englich <fenglich@trolltech.com>
     565     * @author Frans Englich <frans.englich@nokia.com>
    566566     */
    567567    class AbstractDateTimeToTimeCaster : public AtomicCaster
     
    576576     *
    577577     * @ingroup Patternist_xdm
    578      * @author Frans Englich <fenglich@trolltech.com>
     578     * @author Frans Englich <frans.englich@nokia.com>
    579579     */
    580580    class AbstractDurationToDurationCaster : public AtomicCaster
     
    589589     *
    590590     * @ingroup Patternist_xdm
    591      * @author Frans Englich <fenglich@trolltech.com>
     591     * @author Frans Englich <frans.englich@nokia.com>
    592592     */
    593593    class AbstractDurationToDayTimeDurationCaster : public AtomicCaster
     
    602602     *
    603603     * @ingroup Patternist_xdm
    604      * @author Frans Englich <fenglich@trolltech.com>
     604     * @author Frans Englich <frans.englich@nokia.com>
    605605     */
    606606    class AbstractDurationToYearMonthDurationCaster : public AtomicCaster
     
    615615     *
    616616     * @ingroup Patternist_xdm
    617      * @author Frans Englich <fenglich@trolltech.com>
     617     * @author Frans Englich <frans.englich@nokia.com>
    618618     */
    619619    template<TypeOfDerivedInteger type>
     
    633633     *
    634634     * @ingroup Patternist_xdm
    635      * @author Frans Englich <fenglich@trolltech.com>
     635     * @author Frans Englich <frans.englich@nokia.com>
    636636     */
    637637    template<TypeOfDerivedInteger type>
     
    651651     *
    652652     * @ingroup Patternist_xdm
    653      * @author Frans Englich <fenglich@trolltech.com>
     653     * @author Frans Englich <frans.englich@nokia.com>
    654654     */
    655655    template<TypeOfDerivedString type>
     
    669669     *
    670670     * @ingroup Patternist_xdm
    671      * @author Frans Englich <fenglich@trolltech.com>
     671     * @author Frans Englich <frans.englich@nokia.com>
    672672     */
    673673    template<TypeOfDerivedInteger type>
Note: See TracChangeset for help on using the changeset viewer.