Changeset 561 for trunk/src/xmlpatterns/data/qatomiccasters_p.h
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/xmlpatterns/data/qatomiccasters_p.h
r2 r561 2 2 ** 3 3 ** 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) 5 6 ** 6 7 ** This file is part of the QtXmlPatterns module of the Qt Toolkit. … … 21 22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. 22 23 ** 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. 27 27 ** 28 28 ** GNU General Public License Usage … … 34 34 ** met: http://www.gnu.org/copyleft/gpl.html. 35 35 ** 36 ** If you are unsure which license is appropriate for your use, please37 ** 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. 38 38 ** $QT_END_LICENSE$ 39 39 ** … … 81 81 * 82 82 * @ingroup Patternist_xdm 83 * @author Frans Englich <f englich@trolltech.com>83 * @author Frans Englich <frans.englich@nokia.com> 84 84 */ 85 85 template<TypeOfDerivedString DerivedType> … … 103 103 * 104 104 * @ingroup Patternist_xdm 105 * @author Frans Englich <f englich@trolltech.com>105 * @author Frans Englich <frans.englich@nokia.com> 106 106 */ 107 107 class ToUntypedAtomicCaster : public AtomicCaster … … 116 116 * 117 117 * @ingroup Patternist_xdm 118 * @author Frans Englich <f englich@trolltech.com>118 * @author Frans Englich <frans.englich@nokia.com> 119 119 */ 120 120 class ToAnyURICaster : public AtomicCaster … … 129 129 * 130 130 * @ingroup Patternist_xdm 131 * @author Frans Englich <f englich@trolltech.com>131 * @author Frans Englich <frans.englich@nokia.com> 132 132 */ 133 133 class HexBinaryToBase64BinaryCaster : public AtomicCaster … … 142 142 * 143 143 * @ingroup Patternist_xdm 144 * @author Frans Englich <f englich@trolltech.com>144 * @author Frans Englich <frans.englich@nokia.com> 145 145 */ 146 146 class Base64BinaryToHexBinaryCaster : public AtomicCaster … … 155 155 * 156 156 * @ingroup Patternist_xdm 157 * @author Frans Englich <f englich@trolltech.com>157 * @author Frans Englich <frans.englich@nokia.com> 158 158 */ 159 159 class StringToBase64BinaryCaster : public AtomicCaster … … 168 168 * 169 169 * @ingroup Patternist_xdm 170 * @author Frans Englich <f englich@trolltech.com>170 * @author Frans Englich <frans.englich@nokia.com> 171 171 */ 172 172 class StringToHexBinaryCaster : public AtomicCaster … … 181 181 * 182 182 * @ingroup Patternist_xdm 183 * @author Frans Englich <f englich@trolltech.com>183 * @author Frans Englich <frans.englich@nokia.com> 184 184 */ 185 185 class NumericToBooleanCaster : public AtomicCaster … … 194 194 * 195 195 * @ingroup Patternist_xdm 196 * @author Frans Englich <f englich@trolltech.com>196 * @author Frans Englich <frans.englich@nokia.com> 197 197 */ 198 198 class StringToBooleanCaster : public AtomicCaster … … 210 210 * 211 211 * @ingroup Patternist_xdm 212 * @author Frans Englich <f englich@trolltech.com>212 * @author Frans Englich <frans.englich@nokia.com> 213 213 */ 214 214 template <const bool IsInteger> … … 253 253 * 254 254 * @ingroup Patternist_xdm 255 * @author Frans Englich <f englich@trolltech.com>255 * @author Frans Englich <frans.englich@nokia.com> 256 256 */ 257 257 class StringToDecimalCaster : public AtomicCaster … … 266 266 * 267 267 * @ingroup Patternist_xdm 268 * @author Frans Englich <f englich@trolltech.com>268 * @author Frans Englich <frans.englich@nokia.com> 269 269 */ 270 270 class StringToIntegerCaster : public AtomicCaster … … 279 279 * 280 280 * @ingroup Patternist_xdm 281 * @author Frans Englich <f englich@trolltech.com>281 * @author Frans Englich <frans.englich@nokia.com> 282 282 */ 283 283 class BooleanToDecimalCaster : public AtomicCaster … … 292 292 * 293 293 * @ingroup Patternist_xdm 294 * @author Frans Englich <f englich@trolltech.com>294 * @author Frans Englich <frans.englich@nokia.com> 295 295 */ 296 296 class BooleanToIntegerCaster : public AtomicCaster … … 311 311 * 312 312 * @ingroup Patternist_xdm 313 * @author Frans Englich <f englich@trolltech.com>313 * @author Frans Englich <frans.englich@nokia.com> 314 314 */ 315 315 class SelfToSelfCaster : public AtomicCaster … … 328 328 * 329 329 * @ingroup Patternist_xdm 330 * @author Frans Englich <f englich@trolltech.com>330 * @author Frans Englich <frans.englich@nokia.com> 331 331 */ 332 332 class StringToGYearCaster : public AtomicCaster … … 341 341 * 342 342 * @ingroup Patternist_xdm 343 * @author Frans Englich <f englich@trolltech.com>343 * @author Frans Englich <frans.englich@nokia.com> 344 344 */ 345 345 class StringToGDayCaster : public AtomicCaster … … 354 354 * 355 355 * @ingroup Patternist_xdm 356 * @author Frans Englich <f englich@trolltech.com>356 * @author Frans Englich <frans.englich@nokia.com> 357 357 */ 358 358 class StringToGMonthCaster : public AtomicCaster … … 367 367 * 368 368 * @ingroup Patternist_xdm 369 * @author Frans Englich <f englich@trolltech.com>369 * @author Frans Englich <frans.englich@nokia.com> 370 370 */ 371 371 class StringToGYearMonthCaster : public AtomicCaster … … 380 380 * 381 381 * @ingroup Patternist_xdm 382 * @author Frans Englich <f englich@trolltech.com>382 * @author Frans Englich <frans.englich@nokia.com> 383 383 */ 384 384 class StringToGMonthDayCaster : public AtomicCaster … … 393 393 * 394 394 * @ingroup Patternist_xdm 395 * @author Frans Englich <f englich@trolltech.com>395 * @author Frans Englich <frans.englich@nokia.com> 396 396 */ 397 397 class StringToDateTimeCaster : public AtomicCaster … … 406 406 * 407 407 * @ingroup Patternist_xdm 408 * @author Frans Englich <f englich@trolltech.com>408 * @author Frans Englich <frans.englich@nokia.com> 409 409 */ 410 410 class StringToTimeCaster : public AtomicCaster … … 419 419 * 420 420 * @ingroup Patternist_xdm 421 * @author Frans Englich <f englich@trolltech.com>421 * @author Frans Englich <frans.englich@nokia.com> 422 422 */ 423 423 class StringToDateCaster : public AtomicCaster … … 432 432 * 433 433 * @ingroup Patternist_xdm 434 * @author Frans Englich <f englich@trolltech.com>434 * @author Frans Englich <frans.englich@nokia.com> 435 435 */ 436 436 class StringToDurationCaster : public AtomicCaster … … 445 445 * 446 446 * @ingroup Patternist_xdm 447 * @author Frans Englich <f englich@trolltech.com>447 * @author Frans Englich <frans.englich@nokia.com> 448 448 */ 449 449 class StringToDayTimeDurationCaster : public AtomicCaster … … 458 458 * 459 459 * @ingroup Patternist_xdm 460 * @author Frans Englich <f englich@trolltech.com>460 * @author Frans Englich <frans.englich@nokia.com> 461 461 */ 462 462 class StringToYearMonthDurationCaster : public AtomicCaster … … 472 472 * 473 473 * @ingroup Patternist_xdm 474 * @author Frans Englich <f englich@trolltech.com>474 * @author Frans Englich <frans.englich@nokia.com> 475 475 */ 476 476 class AbstractDateTimeToGYearCaster : public AtomicCaster … … 485 485 * 486 486 * @ingroup Patternist_xdm 487 * @author Frans Englich <f englich@trolltech.com>487 * @author Frans Englich <frans.englich@nokia.com> 488 488 */ 489 489 class AbstractDateTimeToGYearMonthCaster : public AtomicCaster … … 498 498 * 499 499 * @ingroup Patternist_xdm 500 * @author Frans Englich <f englich@trolltech.com>500 * @author Frans Englich <frans.englich@nokia.com> 501 501 */ 502 502 class AbstractDateTimeToGMonthCaster : public AtomicCaster … … 511 511 * 512 512 * @ingroup Patternist_xdm 513 * @author Frans Englich <f englich@trolltech.com>513 * @author Frans Englich <frans.englich@nokia.com> 514 514 */ 515 515 class AbstractDateTimeToGMonthDayCaster : public AtomicCaster … … 524 524 * 525 525 * @ingroup Patternist_xdm 526 * @author Frans Englich <f englich@trolltech.com>526 * @author Frans Englich <frans.englich@nokia.com> 527 527 */ 528 528 class AbstractDateTimeToGDayCaster : public AtomicCaster … … 537 537 * 538 538 * @ingroup Patternist_xdm 539 * @author Frans Englich <f englich@trolltech.com>539 * @author Frans Englich <frans.englich@nokia.com> 540 540 */ 541 541 class AbstractDateTimeToDateTimeCaster : public AtomicCaster … … 550 550 * 551 551 * @ingroup Patternist_xdm 552 * @author Frans Englich <f englich@trolltech.com>552 * @author Frans Englich <frans.englich@nokia.com> 553 553 */ 554 554 class AbstractDateTimeToDateCaster : public AtomicCaster … … 563 563 * 564 564 * @ingroup Patternist_xdm 565 * @author Frans Englich <f englich@trolltech.com>565 * @author Frans Englich <frans.englich@nokia.com> 566 566 */ 567 567 class AbstractDateTimeToTimeCaster : public AtomicCaster … … 576 576 * 577 577 * @ingroup Patternist_xdm 578 * @author Frans Englich <f englich@trolltech.com>578 * @author Frans Englich <frans.englich@nokia.com> 579 579 */ 580 580 class AbstractDurationToDurationCaster : public AtomicCaster … … 589 589 * 590 590 * @ingroup Patternist_xdm 591 * @author Frans Englich <f englich@trolltech.com>591 * @author Frans Englich <frans.englich@nokia.com> 592 592 */ 593 593 class AbstractDurationToDayTimeDurationCaster : public AtomicCaster … … 602 602 * 603 603 * @ingroup Patternist_xdm 604 * @author Frans Englich <f englich@trolltech.com>604 * @author Frans Englich <frans.englich@nokia.com> 605 605 */ 606 606 class AbstractDurationToYearMonthDurationCaster : public AtomicCaster … … 615 615 * 616 616 * @ingroup Patternist_xdm 617 * @author Frans Englich <f englich@trolltech.com>617 * @author Frans Englich <frans.englich@nokia.com> 618 618 */ 619 619 template<TypeOfDerivedInteger type> … … 633 633 * 634 634 * @ingroup Patternist_xdm 635 * @author Frans Englich <f englich@trolltech.com>635 * @author Frans Englich <frans.englich@nokia.com> 636 636 */ 637 637 template<TypeOfDerivedInteger type> … … 651 651 * 652 652 * @ingroup Patternist_xdm 653 * @author Frans Englich <f englich@trolltech.com>653 * @author Frans Englich <frans.englich@nokia.com> 654 654 */ 655 655 template<TypeOfDerivedString type> … … 669 669 * 670 670 * @ingroup Patternist_xdm 671 * @author Frans Englich <f englich@trolltech.com>671 * @author Frans Englich <frans.englich@nokia.com> 672 672 */ 673 673 template<TypeOfDerivedInteger type>
Note:
See TracChangeset
for help on using the changeset viewer.