os/ossrv/genericopenlibs/cppstdlib/stl/stlport/stl/_pair.dosc
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 
     2 /** @file _pair.h
     3 @internalComponent
     4 */
     5 
     6 
     7 /** @struct pair
     8 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
     9 
    10 The Symbian implementation of this API fully supports all STL functionality.
    11 
    12 @publishedAll
    13 @externallyDefinedApi
    14 */
    15 
    16 
    17 /** @typedef pair::first_type
    18 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
    19 
    20 The Symbian implementation of this API fully supports all STL functionality.
    21 
    22 @publishedAll
    23 @externallyDefinedApi
    24 */
    25 
    26 /** @typedef pair::second_type
    27 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
    28 
    29 The Symbian implementation of this API fully supports all STL functionality.
    30 
    31 @publishedAll
    32 @externallyDefinedApi
    33 */
    34 
    35 /** @fn pair::pair()
    36 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
    37 
    38 The Symbian implementation of this API fully supports all STL functionality.
    39 
    40 @publishedAll
    41 @externallyDefinedApi
    42 @return -
    43 */
    44 
    45 /** @fn pair::pair(const _T1 &__a, const _T2 &__b)
    46 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
    47 
    48 The Symbian implementation of this API fully supports all STL functionality.
    49 
    50 @publishedAll
    51 @externallyDefinedApi
    52 @param __a -
    53 @param __b -
    54 @return -
    55 */
    56 
    57 /** @fn pair::pair(__move_source< pair< _T1, _T2 > > src)
    58 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
    59 
    60 The Symbian implementation of this API fully supports all STL functionality.
    61 
    62 @publishedAll
    63 @externallyDefinedApi
    64 @param src -
    65 @return -
    66 */
    67 
    68 /** @var pair::first
    69 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
    70 
    71 The Symbian implementation of this API fully supports all STL functionality.
    72 
    73 @publishedAll
    74 @externallyDefinedApi
    75 */
    76 
    77 /** @var pair::second
    78 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
    79 
    80 The Symbian implementation of this API fully supports all STL functionality.
    81 
    82 @publishedAll
    83 @externallyDefinedApi
    84 */
    85 
    86 
    87 /** @fn operator==(const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y)
    88 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
    89 
    90 The Symbian implementation of this API fully supports all STL functionality.
    91 
    92 @publishedAll
    93 @externallyDefinedApi
    94 @param __x -
    95 @param __y -
    96 @return -
    97 */
    98 
    99 /** @fn operator<(const pair< _T1, _T2 > &__x, const pair< _T1, _T2 > &__y)
   100 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   101 
   102 The Symbian implementation of this API fully supports all STL functionality.
   103 
   104 @publishedAll
   105 @externallyDefinedApi
   106 @param __x -
   107 @param __y -
   108 @return -
   109 */
   110 
   111 /** @fn make_pair(_T1 __x, _T2 __y)
   112 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   113 
   114 The Symbian implementation of this API fully supports all STL functionality.
   115 
   116 @publishedAll
   117 @externallyDefinedApi
   118 @param __x -
   119 @param __y -
   120 @return -
   121 */
   122 
   123 /** @fn operator!=(const _Tp &__x, const _Tp &__y)
   124 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   125 
   126 The Symbian implementation of this API fully supports all STL functionality.
   127 
   128 @publishedAll
   129 @externallyDefinedApi
   130 @param __x -
   131 @param __y -
   132 @return -
   133 */
   134 
   135 /** @fn operator>(const _Tp &__x, const _Tp &__y)
   136 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   137 
   138 The Symbian implementation of this API fully supports all STL functionality.
   139 
   140 @publishedAll
   141 @externallyDefinedApi
   142 @param __x -
   143 @param __y -
   144 @return -
   145 */
   146 
   147 /** @fn operator<=(const _Tp &__x, const _Tp &__y)
   148 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   149 
   150 The Symbian implementation of this API fully supports all STL functionality.
   151 
   152 @publishedAll
   153 @externallyDefinedApi
   154 @param __x -
   155 @param __y -
   156 @return -
   157 */
   158 
   159 /** @fn operator>=(const _Tp &__x, const _Tp &__y)
   160 For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
   161 
   162 The Symbian implementation of this API fully supports all STL functionality.
   163 
   164 @publishedAll
   165 @externallyDefinedApi
   166 @param __x -
   167 @param __y -
   168 @return -
   169 */
   170