os/ossrv/genericopenlibs/cppstdlib/stl/stlport/stl/_set.dosc
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 
     2 /** @file _set.h
     3 @internalComponent
     4 */
     5 
     6 /** @class std::set
     7 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
     8 
     9 The Symbian implementation of this API fully supports all STL functionality.
    10 
    11 @publishedAll
    12 @externallyDefinedApi
    13 */
    14 
    15 
    16 /** @typedef std::set::key_type
    17 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
    18 
    19 The Symbian implementation of this API fully supports all STL functionality.
    20 
    21 @publishedAll
    22 @externallyDefinedApi
    23 */
    24 
    25 /** @typedef std::set::value_type
    26 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
    27 
    28 The Symbian implementation of this API fully supports all STL functionality.
    29 
    30 @publishedAll
    31 @externallyDefinedApi
    32 */
    33 
    34 /** @typedef std::set::key_compare
    35 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
    36 
    37 The Symbian implementation of this API fully supports all STL functionality.
    38 
    39 @publishedAll
    40 @externallyDefinedApi
    41 */
    42 
    43 /** @typedef std::set::value_compare
    44 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
    45 
    46 The Symbian implementation of this API fully supports all STL functionality.
    47 
    48 @publishedAll
    49 @externallyDefinedApi
    50 */
    51 
    52 /** @typedef std::set::_Rep_type
    53 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
    54 
    55 The Symbian implementation of this API fully supports all STL functionality.
    56 
    57 @publishedAll
    58 @externallyDefinedApi
    59 */
    60 
    61 /** @typedef std::set::pointer
    62 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
    63 
    64 The Symbian implementation of this API fully supports all STL functionality.
    65 
    66 @publishedAll
    67 @externallyDefinedApi
    68 */
    69 
    70 /** @typedef std::set::const_pointer
    71 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
    72 
    73 The Symbian implementation of this API fully supports all STL functionality.
    74 
    75 @publishedAll
    76 @externallyDefinedApi
    77 */
    78 
    79 /** @typedef std::set::reference
    80 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
    81 
    82 The Symbian implementation of this API fully supports all STL functionality.
    83 
    84 @publishedAll
    85 @externallyDefinedApi
    86 */
    87 
    88 /** @typedef std::set::const_reference
    89 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
    90 
    91 The Symbian implementation of this API fully supports all STL functionality.
    92 
    93 @publishedAll
    94 @externallyDefinedApi
    95 */
    96 
    97 /** @typedef std::set::iterator
    98 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
    99 
   100 The Symbian implementation of this API fully supports all STL functionality.
   101 
   102 @publishedAll
   103 @externallyDefinedApi
   104 */
   105 
   106 /** @typedef std::set::const_iterator
   107 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   108 
   109 The Symbian implementation of this API fully supports all STL functionality.
   110 
   111 @publishedAll
   112 @externallyDefinedApi
   113 */
   114 
   115 /** @typedef std::set::reverse_iterator
   116 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   117 
   118 The Symbian implementation of this API fully supports all STL functionality.
   119 
   120 @publishedAll
   121 @externallyDefinedApi
   122 */
   123 
   124 /** @typedef std::set::const_reverse_iterator
   125 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   126 
   127 The Symbian implementation of this API fully supports all STL functionality.
   128 
   129 @publishedAll
   130 @externallyDefinedApi
   131 */
   132 
   133 /** @typedef std::set::size_type
   134 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   135 
   136 The Symbian implementation of this API fully supports all STL functionality.
   137 
   138 @publishedAll
   139 @externallyDefinedApi
   140 */
   141 
   142 /** @typedef std::set::difference_type
   143 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   144 
   145 The Symbian implementation of this API fully supports all STL functionality.
   146 
   147 @publishedAll
   148 @externallyDefinedApi
   149 */
   150 
   151 /** @typedef std::set::allocator_type
   152 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   153 
   154 The Symbian implementation of this API fully supports all STL functionality.
   155 
   156 @publishedAll
   157 @externallyDefinedApi
   158 */
   159 
   160 /** @fn std::set::set(const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type())
   161 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   162 
   163 The Symbian implementation of this API fully supports all STL functionality.
   164 
   165 @publishedAll
   166 @externallyDefinedApi
   167 @param __comp -
   168 @param __a -
   169 @return -
   170 */
   171 
   172 /** @fn std::set::set(_InputIterator __first, _InputIterator __last)
   173 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   174 
   175 The Symbian implementation of this API fully supports all STL functionality.
   176 
   177 @publishedAll
   178 @externallyDefinedApi
   179 @param __first -
   180 @param __last -
   181 @return -
   182 */
   183 
   184 /** @fn std::set::set(_InputIterator __first, _InputIterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type())
   185 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   186 
   187 The Symbian implementation of this API fully supports all STL functionality.
   188 
   189 @publishedAll
   190 @externallyDefinedApi
   191 @param __first -
   192 @param __last -
   193 @param __comp -
   194 @param __a -
   195 @return -
   196 */
   197 
   198 /** @fn std::set::set(const _Self &__x)
   199 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   200 
   201 The Symbian implementation of this API fully supports all STL functionality.
   202 
   203 @publishedAll
   204 @externallyDefinedApi
   205 @param __x -
   206 @return -
   207 */
   208 
   209 /** @fn std::set::set(__move_source< _Self > src)
   210 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   211 
   212 The Symbian implementation of this API fully supports all STL functionality.
   213 
   214 @publishedAll
   215 @externallyDefinedApi
   216 @param src -
   217 @return -
   218 */
   219 
   220 /** @fn std::set::operator=(const _Self &__x)
   221 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   222 
   223 The Symbian implementation of this API fully supports all STL functionality.
   224 
   225 @publishedAll
   226 @externallyDefinedApi
   227 @param __x -
   228 @return -
   229 */
   230 
   231 /** @fn std::set::key_comp() const
   232 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   233 
   234 The Symbian implementation of this API fully supports all STL functionality.
   235 
   236 @publishedAll
   237 @externallyDefinedApi
   238 @return -
   239 */
   240 
   241 /** @fn std::set::value_comp() const
   242 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   243 
   244 The Symbian implementation of this API fully supports all STL functionality.
   245 
   246 @publishedAll
   247 @externallyDefinedApi
   248 @return -
   249 */
   250 
   251 /** @fn std::set::get_allocator() const
   252 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   253 
   254 The Symbian implementation of this API fully supports all STL functionality.
   255 
   256 @publishedAll
   257 @externallyDefinedApi
   258 @return -
   259 */
   260 
   261 /** @fn std::set::begin()
   262 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   263 
   264 The Symbian implementation of this API fully supports all STL functionality.
   265 
   266 @publishedAll
   267 @externallyDefinedApi
   268 @return -
   269 */
   270 
   271 /** @fn std::set::end()
   272 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   273 
   274 The Symbian implementation of this API fully supports all STL functionality.
   275 
   276 @publishedAll
   277 @externallyDefinedApi
   278 @return -
   279 */
   280 
   281 /** @fn std::set::begin() const
   282 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   283 
   284 The Symbian implementation of this API fully supports all STL functionality.
   285 
   286 @publishedAll
   287 @externallyDefinedApi
   288 @return -
   289 */
   290 
   291 /** @fn std::set::end() const
   292 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   293 
   294 The Symbian implementation of this API fully supports all STL functionality.
   295 
   296 @publishedAll
   297 @externallyDefinedApi
   298 @return -
   299 */
   300 
   301 /** @fn std::set::rbegin()
   302 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   303 
   304 The Symbian implementation of this API fully supports all STL functionality.
   305 
   306 @publishedAll
   307 @externallyDefinedApi
   308 @return -
   309 */
   310 
   311 /** @fn std::set::rend()
   312 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   313 
   314 The Symbian implementation of this API fully supports all STL functionality.
   315 
   316 @publishedAll
   317 @externallyDefinedApi
   318 @return -
   319 */
   320 
   321 /** @fn std::set::rbegin() const
   322 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   323 
   324 The Symbian implementation of this API fully supports all STL functionality.
   325 
   326 @publishedAll
   327 @externallyDefinedApi
   328 @return -
   329 */
   330 
   331 /** @fn std::set::rend() const
   332 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   333 
   334 The Symbian implementation of this API fully supports all STL functionality.
   335 
   336 @publishedAll
   337 @externallyDefinedApi
   338 @return -
   339 */
   340 
   341 /** @fn std::set::empty() const
   342 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   343 
   344 The Symbian implementation of this API fully supports all STL functionality.
   345 
   346 @publishedAll
   347 @externallyDefinedApi
   348 @return -
   349 */
   350 
   351 /** @fn std::set::size() const
   352 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   353 
   354 The Symbian implementation of this API fully supports all STL functionality.
   355 
   356 @publishedAll
   357 @externallyDefinedApi
   358 @return -
   359 */
   360 
   361 /** @fn std::set::max_size() const
   362 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   363 
   364 The Symbian implementation of this API fully supports all STL functionality.
   365 
   366 @publishedAll
   367 @externallyDefinedApi
   368 @return -
   369 */
   370 
   371 /** @fn std::set::swap(_Self &__x)
   372 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   373 
   374 The Symbian implementation of this API fully supports all STL functionality.
   375 
   376 @publishedAll
   377 @externallyDefinedApi
   378 @param __x -
   379 @return -
   380 */
   381 
   382 /** @fn std::set::insert(const value_type &__x)
   383 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   384 
   385 The Symbian implementation of this API fully supports all STL functionality.
   386 
   387 @publishedAll
   388 @externallyDefinedApi
   389 @param __x -
   390 @return -
   391 */
   392 
   393 /** @fn std::set::insert(iterator __pos, const value_type &__x)
   394 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   395 
   396 The Symbian implementation of this API fully supports all STL functionality.
   397 
   398 @publishedAll
   399 @externallyDefinedApi
   400 @param __pos -
   401 @param __x -
   402 @return -
   403 */
   404 
   405 /** @fn std::set::insert(_InputIterator __first, _InputIterator __last)
   406 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   407 
   408 The Symbian implementation of this API fully supports all STL functionality.
   409 
   410 @publishedAll
   411 @externallyDefinedApi
   412 @param __first -
   413 @param __last -
   414 @return -
   415 */
   416 
   417 /** @fn std::set::erase(iterator __pos)
   418 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   419 
   420 The Symbian implementation of this API fully supports all STL functionality.
   421 
   422 @publishedAll
   423 @externallyDefinedApi
   424 @param __pos -
   425 @return -
   426 */
   427 
   428 /** @fn std::set::erase(const key_type &__x)
   429 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   430 
   431 The Symbian implementation of this API fully supports all STL functionality.
   432 
   433 @publishedAll
   434 @externallyDefinedApi
   435 @param __x -
   436 @return -
   437 */
   438 
   439 /** @fn std::set::erase(iterator __first, iterator __last)
   440 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   441 
   442 The Symbian implementation of this API fully supports all STL functionality.
   443 
   444 @publishedAll
   445 @externallyDefinedApi
   446 @param __first -
   447 @param __last -
   448 @return -
   449 */
   450 
   451 /** @fn std::set::clear()
   452 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   453 
   454 The Symbian implementation of this API fully supports all STL functionality.
   455 
   456 @publishedAll
   457 @externallyDefinedApi
   458 @return -
   459 */
   460 
   461 /** @fn std::set::find(const _KT &__x) const
   462 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   463 
   464 The Symbian implementation of this API fully supports all STL functionality.
   465 
   466 @publishedAll
   467 @externallyDefinedApi
   468 @param __x -
   469 @return -
   470 */
   471 
   472 /** @fn std::set::find(const _KT &__x)
   473 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   474 
   475 The Symbian implementation of this API fully supports all STL functionality.
   476 
   477 @publishedAll
   478 @externallyDefinedApi
   479 @param __x -
   480 @return -
   481 */
   482 
   483 /** @fn std::set::count(const _KT &__x) const
   484 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   485 
   486 The Symbian implementation of this API fully supports all STL functionality.
   487 
   488 @publishedAll
   489 @externallyDefinedApi
   490 @param __x -
   491 @return -
   492 */
   493 
   494 /** @fn std::set::lower_bound(const _KT &__x)
   495 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   496 
   497 The Symbian implementation of this API fully supports all STL functionality.
   498 
   499 @publishedAll
   500 @externallyDefinedApi
   501 @param __x -
   502 @return -
   503 */
   504 
   505 /** @fn std::set::lower_bound(const _KT &__x) const
   506 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   507 
   508 The Symbian implementation of this API fully supports all STL functionality.
   509 
   510 @publishedAll
   511 @externallyDefinedApi
   512 @param __x -
   513 @return -
   514 */
   515 
   516 /** @fn std::set::upper_bound(const _KT &__x)
   517 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   518 
   519 The Symbian implementation of this API fully supports all STL functionality.
   520 
   521 @publishedAll
   522 @externallyDefinedApi
   523 @param __x -
   524 @return -
   525 */
   526 
   527 /** @fn std::set::upper_bound(const _KT &__x) const
   528 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   529 
   530 The Symbian implementation of this API fully supports all STL functionality.
   531 
   532 @publishedAll
   533 @externallyDefinedApi
   534 @param __x -
   535 @return -
   536 */
   537 
   538 /** @fn std::set::equal_range(const _KT &__x)
   539 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   540 
   541 The Symbian implementation of this API fully supports all STL functionality.
   542 
   543 @publishedAll
   544 @externallyDefinedApi
   545 @param __x -
   546 @return -
   547 */
   548 
   549 /** @fn std::set::equal_range(const _KT &__x) const
   550 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   551 
   552 The Symbian implementation of this API fully supports all STL functionality.
   553 
   554 @publishedAll
   555 @externallyDefinedApi
   556 @param __x -
   557 @return -
   558 */
   559 
   560 /** @typedef std::set::_Self
   561 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   562 
   563 The Symbian implementation of this API fully supports all STL functionality.
   564 
   565 @publishedAll
   566 @externallyDefinedApi
   567 */
   568 
   569 /** @typedef std::set::_SetTraits
   570 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   571 
   572 The Symbian implementation of this API fully supports all STL functionality.
   573 
   574 @publishedAll
   575 @externallyDefinedApi
   576 */
   577 
   578 /** @var std::set::_M_t
   579 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   580 
   581 The Symbian implementation of this API fully supports all STL functionality.
   582 
   583 @publishedAll
   584 @externallyDefinedApi
   585 */
   586 
   587 /** @class std::multiset
   588 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   589 
   590 The Symbian implementation of this API fully supports all STL functionality.
   591 
   592 @publishedAll
   593 @externallyDefinedApi
   594 */
   595 
   596 
   597 /** @typedef std::multiset::key_type
   598 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   599 
   600 The Symbian implementation of this API fully supports all STL functionality.
   601 
   602 @publishedAll
   603 @externallyDefinedApi
   604 */
   605 
   606 /** @typedef std::multiset::value_type
   607 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   608 
   609 The Symbian implementation of this API fully supports all STL functionality.
   610 
   611 @publishedAll
   612 @externallyDefinedApi
   613 */
   614 
   615 /** @typedef std::multiset::key_compare
   616 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   617 
   618 The Symbian implementation of this API fully supports all STL functionality.
   619 
   620 @publishedAll
   621 @externallyDefinedApi
   622 */
   623 
   624 /** @typedef std::multiset::value_compare
   625 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   626 
   627 The Symbian implementation of this API fully supports all STL functionality.
   628 
   629 @publishedAll
   630 @externallyDefinedApi
   631 */
   632 
   633 /** @typedef std::multiset::_Rep_type
   634 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   635 
   636 The Symbian implementation of this API fully supports all STL functionality.
   637 
   638 @publishedAll
   639 @externallyDefinedApi
   640 */
   641 
   642 /** @typedef std::multiset::pointer
   643 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   644 
   645 The Symbian implementation of this API fully supports all STL functionality.
   646 
   647 @publishedAll
   648 @externallyDefinedApi
   649 */
   650 
   651 /** @typedef std::multiset::const_pointer
   652 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   653 
   654 The Symbian implementation of this API fully supports all STL functionality.
   655 
   656 @publishedAll
   657 @externallyDefinedApi
   658 */
   659 
   660 /** @typedef std::multiset::reference
   661 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   662 
   663 The Symbian implementation of this API fully supports all STL functionality.
   664 
   665 @publishedAll
   666 @externallyDefinedApi
   667 */
   668 
   669 /** @typedef std::multiset::const_reference
   670 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   671 
   672 The Symbian implementation of this API fully supports all STL functionality.
   673 
   674 @publishedAll
   675 @externallyDefinedApi
   676 */
   677 
   678 /** @typedef std::multiset::iterator
   679 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   680 
   681 The Symbian implementation of this API fully supports all STL functionality.
   682 
   683 @publishedAll
   684 @externallyDefinedApi
   685 */
   686 
   687 /** @typedef std::multiset::const_iterator
   688 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   689 
   690 The Symbian implementation of this API fully supports all STL functionality.
   691 
   692 @publishedAll
   693 @externallyDefinedApi
   694 */
   695 
   696 /** @typedef std::multiset::reverse_iterator
   697 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   698 
   699 The Symbian implementation of this API fully supports all STL functionality.
   700 
   701 @publishedAll
   702 @externallyDefinedApi
   703 */
   704 
   705 /** @typedef std::multiset::const_reverse_iterator
   706 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   707 
   708 The Symbian implementation of this API fully supports all STL functionality.
   709 
   710 @publishedAll
   711 @externallyDefinedApi
   712 */
   713 
   714 /** @typedef std::multiset::size_type
   715 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   716 
   717 The Symbian implementation of this API fully supports all STL functionality.
   718 
   719 @publishedAll
   720 @externallyDefinedApi
   721 */
   722 
   723 /** @typedef std::multiset::difference_type
   724 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   725 
   726 The Symbian implementation of this API fully supports all STL functionality.
   727 
   728 @publishedAll
   729 @externallyDefinedApi
   730 */
   731 
   732 /** @typedef std::multiset::allocator_type
   733 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   734 
   735 The Symbian implementation of this API fully supports all STL functionality.
   736 
   737 @publishedAll
   738 @externallyDefinedApi
   739 */
   740 
   741 /** @fn std::multiset::multiset(const _Compare &__comp=_Compare(), const allocator_type &__a=allocator_type())
   742 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   743 
   744 The Symbian implementation of this API fully supports all STL functionality.
   745 
   746 @publishedAll
   747 @externallyDefinedApi
   748 @param __comp -
   749 @param __a -
   750 @return -
   751 */
   752 
   753 /** @fn std::multiset::multiset(_InputIterator __first, _InputIterator __last)
   754 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   755 
   756 The Symbian implementation of this API fully supports all STL functionality.
   757 
   758 @publishedAll
   759 @externallyDefinedApi
   760 @param __first -
   761 @param __last -
   762 @return -
   763 */
   764 
   765 /** @fn std::multiset::multiset(_InputIterator __first, _InputIterator __last, const _Compare &__comp, const allocator_type &__a=allocator_type())
   766 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   767 
   768 The Symbian implementation of this API fully supports all STL functionality.
   769 
   770 @publishedAll
   771 @externallyDefinedApi
   772 @param __first -
   773 @param __last -
   774 @param __comp -
   775 @param __a -
   776 @return -
   777 */
   778 
   779 /** @fn std::multiset::multiset(const _Self &__x)
   780 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   781 
   782 The Symbian implementation of this API fully supports all STL functionality.
   783 
   784 @publishedAll
   785 @externallyDefinedApi
   786 @param __x -
   787 @return -
   788 */
   789 
   790 /** @fn std::multiset::operator=(const _Self &__x)
   791 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   792 
   793 The Symbian implementation of this API fully supports all STL functionality.
   794 
   795 @publishedAll
   796 @externallyDefinedApi
   797 @param __x -
   798 @return -
   799 */
   800 
   801 /** @fn std::multiset::multiset(__move_source< _Self > src)
   802 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   803 
   804 The Symbian implementation of this API fully supports all STL functionality.
   805 
   806 @publishedAll
   807 @externallyDefinedApi
   808 @param src -
   809 @return -
   810 */
   811 
   812 /** @fn std::multiset::key_comp() const
   813 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   814 
   815 The Symbian implementation of this API fully supports all STL functionality.
   816 
   817 @publishedAll
   818 @externallyDefinedApi
   819 @return -
   820 */
   821 
   822 /** @fn std::multiset::value_comp() const
   823 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   824 
   825 The Symbian implementation of this API fully supports all STL functionality.
   826 
   827 @publishedAll
   828 @externallyDefinedApi
   829 @return -
   830 */
   831 
   832 /** @fn std::multiset::get_allocator() const
   833 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   834 
   835 The Symbian implementation of this API fully supports all STL functionality.
   836 
   837 @publishedAll
   838 @externallyDefinedApi
   839 @return -
   840 */
   841 
   842 /** @fn std::multiset::begin()
   843 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   844 
   845 The Symbian implementation of this API fully supports all STL functionality.
   846 
   847 @publishedAll
   848 @externallyDefinedApi
   849 @return -
   850 */
   851 
   852 /** @fn std::multiset::end()
   853 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   854 
   855 The Symbian implementation of this API fully supports all STL functionality.
   856 
   857 @publishedAll
   858 @externallyDefinedApi
   859 @return -
   860 */
   861 
   862 /** @fn std::multiset::begin() const
   863 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   864 
   865 The Symbian implementation of this API fully supports all STL functionality.
   866 
   867 @publishedAll
   868 @externallyDefinedApi
   869 @return -
   870 */
   871 
   872 /** @fn std::multiset::end() const
   873 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   874 
   875 The Symbian implementation of this API fully supports all STL functionality.
   876 
   877 @publishedAll
   878 @externallyDefinedApi
   879 @return -
   880 */
   881 
   882 /** @fn std::multiset::rbegin()
   883 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   884 
   885 The Symbian implementation of this API fully supports all STL functionality.
   886 
   887 @publishedAll
   888 @externallyDefinedApi
   889 @return -
   890 */
   891 
   892 /** @fn std::multiset::rend()
   893 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   894 
   895 The Symbian implementation of this API fully supports all STL functionality.
   896 
   897 @publishedAll
   898 @externallyDefinedApi
   899 @return -
   900 */
   901 
   902 /** @fn std::multiset::rbegin() const
   903 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   904 
   905 The Symbian implementation of this API fully supports all STL functionality.
   906 
   907 @publishedAll
   908 @externallyDefinedApi
   909 @return -
   910 */
   911 
   912 /** @fn std::multiset::rend() const
   913 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   914 
   915 The Symbian implementation of this API fully supports all STL functionality.
   916 
   917 @publishedAll
   918 @externallyDefinedApi
   919 @return -
   920 */
   921 
   922 /** @fn std::multiset::empty() const
   923 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   924 
   925 The Symbian implementation of this API fully supports all STL functionality.
   926 
   927 @publishedAll
   928 @externallyDefinedApi
   929 @return -
   930 */
   931 
   932 /** @fn std::multiset::size() const
   933 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   934 
   935 The Symbian implementation of this API fully supports all STL functionality.
   936 
   937 @publishedAll
   938 @externallyDefinedApi
   939 @return -
   940 */
   941 
   942 /** @fn std::multiset::max_size() const
   943 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   944 
   945 The Symbian implementation of this API fully supports all STL functionality.
   946 
   947 @publishedAll
   948 @externallyDefinedApi
   949 @return -
   950 */
   951 
   952 /** @fn std::multiset::swap(_Self &__x)
   953 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   954 
   955 The Symbian implementation of this API fully supports all STL functionality.
   956 
   957 @publishedAll
   958 @externallyDefinedApi
   959 @param __x -
   960 @return -
   961 */
   962 
   963 /** @fn std::multiset::insert(const value_type &__x)
   964 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   965 
   966 The Symbian implementation of this API fully supports all STL functionality.
   967 
   968 @publishedAll
   969 @externallyDefinedApi
   970 @param __x -
   971 @return -
   972 */
   973 
   974 /** @fn std::multiset::insert(iterator __pos, const value_type &__x)
   975 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   976 
   977 The Symbian implementation of this API fully supports all STL functionality.
   978 
   979 @publishedAll
   980 @externallyDefinedApi
   981 @param __pos -
   982 @param __x -
   983 @return -
   984 */
   985 
   986 /** @fn std::multiset::insert(_InputIterator __first, _InputIterator __last)
   987 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   988 
   989 The Symbian implementation of this API fully supports all STL functionality.
   990 
   991 @publishedAll
   992 @externallyDefinedApi
   993 @param __first -
   994 @param __last -
   995 @return -
   996 */
   997 
   998 /** @fn std::multiset::erase(iterator __pos)
   999 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1000 
  1001 The Symbian implementation of this API fully supports all STL functionality.
  1002 
  1003 @publishedAll
  1004 @externallyDefinedApi
  1005 @param __pos -
  1006 @return -
  1007 */
  1008 
  1009 /** @fn std::multiset::erase(const key_type &__x)
  1010 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1011 
  1012 The Symbian implementation of this API fully supports all STL functionality.
  1013 
  1014 @publishedAll
  1015 @externallyDefinedApi
  1016 @param __x -
  1017 @return -
  1018 */
  1019 
  1020 /** @fn std::multiset::erase(iterator __first, iterator __last)
  1021 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1022 
  1023 The Symbian implementation of this API fully supports all STL functionality.
  1024 
  1025 @publishedAll
  1026 @externallyDefinedApi
  1027 @param __first -
  1028 @param __last -
  1029 @return -
  1030 */
  1031 
  1032 /** @fn std::multiset::clear()
  1033 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1034 
  1035 The Symbian implementation of this API fully supports all STL functionality.
  1036 
  1037 @publishedAll
  1038 @externallyDefinedApi
  1039 @return -
  1040 */
  1041 
  1042 /** @fn std::multiset::find(const _KT &__x)
  1043 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1044 
  1045 The Symbian implementation of this API fully supports all STL functionality.
  1046 
  1047 @publishedAll
  1048 @externallyDefinedApi
  1049 @param __x -
  1050 @return -
  1051 */
  1052 
  1053 /** @fn std::multiset::find(const _KT &__x) const
  1054 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1055 
  1056 The Symbian implementation of this API fully supports all STL functionality.
  1057 
  1058 @publishedAll
  1059 @externallyDefinedApi
  1060 @param __x -
  1061 @return -
  1062 */
  1063 
  1064 /** @fn std::multiset::count(const _KT &__x) const
  1065 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1066 
  1067 The Symbian implementation of this API fully supports all STL functionality.
  1068 
  1069 @publishedAll
  1070 @externallyDefinedApi
  1071 @param __x -
  1072 @return -
  1073 */
  1074 
  1075 /** @fn std::multiset::lower_bound(const _KT &__x)
  1076 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1077 
  1078 The Symbian implementation of this API fully supports all STL functionality.
  1079 
  1080 @publishedAll
  1081 @externallyDefinedApi
  1082 @param __x -
  1083 @return -
  1084 */
  1085 
  1086 /** @fn std::multiset::lower_bound(const _KT &__x) const
  1087 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1088 
  1089 The Symbian implementation of this API fully supports all STL functionality.
  1090 
  1091 @publishedAll
  1092 @externallyDefinedApi
  1093 @param __x -
  1094 @return -
  1095 */
  1096 
  1097 /** @fn std::multiset::upper_bound(const _KT &__x)
  1098 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1099 
  1100 The Symbian implementation of this API fully supports all STL functionality.
  1101 
  1102 @publishedAll
  1103 @externallyDefinedApi
  1104 @param __x -
  1105 @return -
  1106 */
  1107 
  1108 /** @fn std::multiset::upper_bound(const _KT &__x) const
  1109 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1110 
  1111 The Symbian implementation of this API fully supports all STL functionality.
  1112 
  1113 @publishedAll
  1114 @externallyDefinedApi
  1115 @param __x -
  1116 @return -
  1117 */
  1118 
  1119 /** @fn std::multiset::equal_range(const _KT &__x)
  1120 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1121 
  1122 The Symbian implementation of this API fully supports all STL functionality.
  1123 
  1124 @publishedAll
  1125 @externallyDefinedApi
  1126 @param __x -
  1127 @return -
  1128 */
  1129 
  1130 /** @fn std::multiset::equal_range(const _KT &__x) const
  1131 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1132 
  1133 The Symbian implementation of this API fully supports all STL functionality.
  1134 
  1135 @publishedAll
  1136 @externallyDefinedApi
  1137 @param __x -
  1138 @return -
  1139 */
  1140 
  1141 /** @typedef std::multiset::_Self
  1142 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1143 
  1144 The Symbian implementation of this API fully supports all STL functionality.
  1145 
  1146 @publishedAll
  1147 @externallyDefinedApi
  1148 */
  1149 
  1150 /** @typedef std::multiset::_MultisetTraits
  1151 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1152 
  1153 The Symbian implementation of this API fully supports all STL functionality.
  1154 
  1155 @publishedAll
  1156 @externallyDefinedApi
  1157 */
  1158 
  1159 /** @var std::multiset::_M_t
  1160 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1161 
  1162 The Symbian implementation of this API fully supports all STL functionality.
  1163 
  1164 @publishedAll
  1165 @externallyDefinedApi
  1166 */
  1167 
  1168 /** @struct std::__move_traits< set< _Key, _Compare, _Alloc > >
  1169 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1170 
  1171 The Symbian implementation of this API fully supports all STL functionality.
  1172 
  1173 @internalComponent		//Changed from publishedAll
  1174 @externallyDefinedApi
  1175 */
  1176 
  1177 
  1178 /** @struct std::__move_traits< multiset< _Key, _Compare, _Alloc > >
  1179 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1180 
  1181 The Symbian implementation of this API fully supports all STL functionality.
  1182 
  1183 @internalComponent		//Changed from publishedAll
  1184 @externallyDefinedApi
  1185 */
  1186 
  1187 
  1188 
  1189 
  1190 /** @def _STLP_TEMPLATE_HEADER
  1191 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1192 
  1193 The Symbian implementation of this API fully supports all STL functionality.
  1194 
  1195 @internalComponent		//Changed from publishedAll
  1196 @externallyDefinedApi
  1197 */
  1198 
  1199 /** @def _STLP_TEMPLATE_CONTAINER
  1200 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1201 
  1202 The Symbian implementation of this API fully supports all STL functionality.
  1203 
  1204 @internalComponent		//Changed from publishedAll
  1205 @externallyDefinedApi
  1206 */
  1207 
  1208 /** @def _STLP_TEMPLATE_CONTAINER
  1209 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
  1210 
  1211 The Symbian implementation of this API fully supports all STL functionality.
  1212 
  1213 @internalComponent		//Changed from publishedAll
  1214 @externallyDefinedApi
  1215 */
  1216