For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
//Changed from publishedAll
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
//Changed from publishedAll
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
//Changed from publishedAll
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
//Changed from publishedAll
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
//Changed from publishedAll
random_access_iterator_tag | __iterator_category | ( | const _Iter & | , |
const __true_type & | ||||
) | [inline] |
_STLP_TYPENAME_ON_RETURN_TYPE iterator_traits< _Iter >::iterator_category | __iterator_category | ( | const _Iter & | , |
const __false_type & | ||||
) | [inline] |
ptrdiff_t *_STLP_CALL | __distance_type | ( | const _Iter & | ) | [inline] |
_STLP_TYPENAME_ON_RETURN_TYPE iterator_traits< _Iter >::value_type * | __value_type | ( | const _Iter & | , |
const __false_type & | ||||
) | [inline] |
_Tp * | __value_type | ( | const _Tp * | , |
const __true_type & | ||||
) | [inline] |
void _STLP_CALL | __distance | ( | const _InputIterator & | __first, |
const _InputIterator & | __last, | |||
_Distance & | __n, | |||
const input_iterator_tag & | ||||
) | [inline] |
void _STLP_CALL | __distance | ( | const _RandomAccessIterator & | __first, |
const _RandomAccessIterator & | __last, | |||
_Distance & | __n, | |||
const random_access_iterator_tag & | ||||
) | [inline] |
void _STLP_CALL | distance | ( | const _InputIterator & | __first, |
const _InputIterator & | __last, | |||
_Distance & | __n | |||
) | [inline] |
ptrdiff_t _STLP_CALL | __distance | ( | const _InputIterator & | __first, |
const _InputIterator & | __last, | |||
const input_iterator_tag & | ||||
) | [inline] |
ptrdiff_t _STLP_CALL | __distance | ( | const _RandomAccessIterator & | __first, |
const _RandomAccessIterator & | __last, | |||
const random_access_iterator_tag & | ||||
) | [inline] |
ptrdiff_t _STLP_CALL | distance | ( | _InputIterator | __first, |
_InputIterator | __last | |||
) | [inline] |
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
//Changed from publishedAll
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
//Changed from publishedAll
For full documentation see: http://www.sgi.com/tech/stl/table_of_contents.html
The Symbian implementation of this API fully supports all STL functionality.
//Changed from publishedAll
_STLP_INLINE_LOOP void _STLP_CALL | __advance | ( | _InputIter & | __i, |
_Distance | __n, | |||
const input_iterator_tag & | ||||
) |
_STLP_INLINE_LOOP void _STLP_CALL | __advance | ( | _InputIter & | __i, |
_Distance | __n, | |||
const output_iterator_tag & | ||||
) |