| _STLP_BEGIN_NAMESPACE void | __destroy_aux | ( | _Tp * | __pointer, |
| const __false_type & | ||||
| ) | [inline] | |||
| void | __destroy_aux | ( | _Tp * | , |
| const __true_type & | ||||
| ) | [inline] | |||
| void | _Destroy | ( | _Tp * | __pointer | ) | [inline] |
| void | _Destroy_Moved | ( | _Tp * | __pointer | ) | [inline] |
| void | _Construct | ( | _T1 * | __p | ) | [inline] |
| void | _Copy_Construct | ( | _Tp * | __p, |
| const _Tp & | __val | |||
| ) | [inline] | |||
| void | _Param_Construct | ( | _T1 * | __p, |
| const _T2 & | __val | |||
| ) | [inline] | |||
| void | _Move_Construct_Aux | ( | _T1 * | __p, |
| _T2 & | __val, | |||
| const __false_type & | ||||
| ) | [inline] | |||
| void | _Move_Construct_Aux | ( | _T1 * | __p, |
| _T2 & | __val, | |||
| const __true_type & | ||||
| ) | [inline] | |||
| void | _Move_Construct | ( | _T1 * | __p, |
| _T2 & | __val | |||
| ) | [inline] | |||
| _STLP_INLINE_LOOP void | __destroy_range_aux | ( | _ForwardIterator | __first, |
| _ForwardIterator | __last, | |||
| _Tp * | , | |||
| const __false_type & | ||||
| ) | ||||
| void | __destroy_range_aux | ( | _ForwardIterator | , |
| _ForwardIterator | , | |||
| _Tp * | , | |||
| const __true_type & | ||||
| ) | [inline] | |||
| void | __destroy_range | ( | _ForwardIterator | __first, |
| _ForwardIterator | __last, | |||
| _Tp * | __ptr | |||
| ) | [inline] | |||
| void | _Destroy_Range | ( | _ForwardIterator | __first, |
| _ForwardIterator | __last | |||
| ) | [inline] | |||
| void | _Destroy_Range | ( | char * | , |
| char * | ||||
| ) | [inline] | |||
| void | __destroy_mv_srcs | ( | _ForwardIterator | __first, |
| _ForwardIterator | __last, | |||
| _Tp * | __ptr | |||
| ) | [inline] | |||
| void | _Destroy_Moved_Range | ( | _ForwardIterator | __first, |
| _ForwardIterator | __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