_heap.c File Reference

_STLP_HEAP_C

__push_heap ( _RandomAccessIterator, _Distance, _Distance, _Tp )

_STLP_BEGIN_NAMESPACE _STLP_INLINE_LOOP void__push_heap(_RandomAccessIterator__first,
_Distance__holeIndex,
_Distance__topIndex,
_Tp__val
)

__push_heap_aux ( _RandomAccessIterator, _RandomAccessIterator, _Distance *, _Tp * )

void__push_heap_aux(_RandomAccessIterator__first,
_RandomAccessIterator__last,
_Distance *,
_Tp *
)[inline]

push_heap ( _RandomAccessIterator, _RandomAccessIterator )

voidpush_heap(_RandomAccessIterator__first,
_RandomAccessIterator__last
)

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.

Parameters
__first-
__last-
Return Value
-

__push_heap ( _RandomAccessIterator, _Distance, _Distance, _Tp, _Compare )

_STLP_INLINE_LOOP void__push_heap(_RandomAccessIterator__first,
_Distance__holeIndex,
_Distance__topIndex,
_Tp__val,
_Compare__comp
)

__push_heap_aux ( _RandomAccessIterator, _RandomAccessIterator, _Compare, _Distance *, _Tp * )

void__push_heap_aux(_RandomAccessIterator__first,
_RandomAccessIterator__last,
_Compare__comp,
_Distance *,
_Tp *
)[inline]

push_heap ( _RandomAccessIterator, _RandomAccessIterator, _Compare )

voidpush_heap(_RandomAccessIterator__first,
_RandomAccessIterator__last,
_Compare__comp
)

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.

Parameters
__first-
__last-
__comp-
Return Value
-

__adjust_heap ( _RandomAccessIterator, _Distance, _Distance, _Tp )

void__adjust_heap(_RandomAccessIterator__first,
_Distance__holeIndex,
_Distance__len,
_Tp__val
)

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.

Parameters
__first-
__holeIndex-
__len-
__val-
Return Value
-

__pop_heap_aux ( _RandomAccessIterator, _RandomAccessIterator, _Tp * )

void__pop_heap_aux(_RandomAccessIterator__first,
_RandomAccessIterator__last,
_Tp *
)[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.

Parameters
__first-
__last-
-
Return Value
-

pop_heap ( _RandomAccessIterator, _RandomAccessIterator )

voidpop_heap(_RandomAccessIterator__first,
_RandomAccessIterator__last
)

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.

Parameters
__first-
__last-
Return Value
-

__adjust_heap ( _RandomAccessIterator, _Distance, _Distance, _Tp, _Compare )

void__adjust_heap(_RandomAccessIterator__first,
_Distance__holeIndex,
_Distance__len,
_Tp__val,
_Compare__comp
)

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.

Parameters
__first-
__holeIndex-
__len-
__val-
__comp-
Return Value
-

__pop_heap_aux ( _RandomAccessIterator, _RandomAccessIterator, _Tp *, _Compare )

void__pop_heap_aux(_RandomAccessIterator__first,
_RandomAccessIterator__last,
_Tp *,
_Compare__comp
)[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.

Parameters
__first-
__last-
-
__comp-
Return Value
-

pop_heap ( _RandomAccessIterator, _RandomAccessIterator, _Compare )

voidpop_heap(_RandomAccessIterator__first,
_RandomAccessIterator__last,
_Compare__comp
)

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.

Parameters
__first-
__last-
__comp-
Return Value
-

__make_heap ( _RandomAccessIterator, _RandomAccessIterator, _Tp *, _Distance * )

_STLP_INLINE_LOOP void__make_heap(_RandomAccessIterator__first,
_RandomAccessIterator__last,
_Tp *,
_Distance *
)

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.

Parameters
__first-
__last-
-
-
Return Value
-

make_heap ( _RandomAccessIterator, _RandomAccessIterator )

voidmake_heap(_RandomAccessIterator__first,
_RandomAccessIterator__last
)

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.

Parameters
__first-
__last-
Return Value
-

__make_heap ( _RandomAccessIterator, _RandomAccessIterator, _Compare, _Tp *, _Distance * )

_STLP_INLINE_LOOP void__make_heap(_RandomAccessIterator__first,
_RandomAccessIterator__last,
_Compare__comp,
_Tp *,
_Distance *
)

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.

Parameters
__first-
__last-
__comp-
-
-
Return Value
-

make_heap ( _RandomAccessIterator, _RandomAccessIterator, _Compare )

voidmake_heap(_RandomAccessIterator__first,
_RandomAccessIterator__last,
_Compare__comp
)

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.

Parameters
__first-
__last-
__comp-
Return Value
-