_construct.h File Reference

__destroy_aux ( _Tp *, const __false_type & )

_STLP_BEGIN_NAMESPACE void__destroy_aux(_Tp *__pointer,
const __false_type &
)[inline]

__destroy_aux ( _Tp *, const __true_type & )

void__destroy_aux(_Tp *,
const __true_type &
)[inline]

_Destroy ( _Tp * )

void_Destroy(_Tp *__pointer)[inline]

_Destroy_Moved ( _Tp * )

void_Destroy_Moved(_Tp *__pointer)[inline]

_Construct ( _T1 * )

void_Construct(_T1 *__p)[inline]

_Copy_Construct ( _Tp *, const _Tp & )

void_Copy_Construct(_Tp *__p,
const _Tp &__val
)[inline]

_Param_Construct ( _T1 *, const _T2 & )

void_Param_Construct(_T1 *__p,
const _T2 &__val
)[inline]

_Move_Construct_Aux ( _T1 *, _T2 &, const __false_type & )

void_Move_Construct_Aux(_T1 *__p,
_T2 &__val,
const __false_type &
)[inline]

_Move_Construct_Aux ( _T1 *, _T2 &, const __true_type & )

void_Move_Construct_Aux(_T1 *__p,
_T2 &__val,
const __true_type &
)[inline]

_Move_Construct ( _T1 *, _T2 & )

void_Move_Construct(_T1 *__p,
_T2 &__val
)[inline]

__destroy_range_aux ( _ForwardIterator, _ForwardIterator, _Tp *, const __false_type & )

_STLP_INLINE_LOOP void__destroy_range_aux(_ForwardIterator__first,
_ForwardIterator__last,
_Tp *,
const __false_type &
)

__destroy_range_aux ( _ForwardIterator, _ForwardIterator, _Tp *, const __true_type & )

void__destroy_range_aux(_ForwardIterator,
_ForwardIterator,
_Tp *,
const __true_type &
)[inline]

__destroy_range ( _ForwardIterator, _ForwardIterator, _Tp * )

void__destroy_range(_ForwardIterator__first,
_ForwardIterator__last,
_Tp *__ptr
)[inline]

_Destroy_Range ( _ForwardIterator, _ForwardIterator )

void_Destroy_Range(_ForwardIterator__first,
_ForwardIterator__last
)[inline]

_Destroy_Range ( char *, char * )

void_Destroy_Range(char *,
char *
)[inline]

__destroy_mv_srcs ( _ForwardIterator, _ForwardIterator, _Tp * )

void__destroy_mv_srcs(_ForwardIterator__first,
_ForwardIterator__last,
_Tp *__ptr
)[inline]

_Destroy_Moved_Range ( _ForwardIterator, _ForwardIterator )

void_Destroy_Moved_Range(_ForwardIterator__first,
_ForwardIterator__last
)[inline]

_STLP_DEFAULT_CONSTRUCTED

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

construct ( _T1 *, const _T2 & )

voidconstruct(_T1 *__p,
const _T2 &__val
)[inline]

construct ( _T1 * )

voidconstruct(_T1 *__p)[inline]

destroy ( _Tp * )

voiddestroy(_Tp *__pointer)[inline]

destroy ( _ForwardIterator, _ForwardIterator )

voiddestroy(_ForwardIterator__first,
_ForwardIterator__last
)[inline]