_heap.h File Reference

push_heap ( _RandomAccessIterator, _RandomAccessIterator )

_STLP_BEGIN_NAMESPACE 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, _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 ( _RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Tp, _Distance * )

void__pop_heap(_RandomAccessIterator__first,
_RandomAccessIterator__last,
_RandomAccessIterator__result,
_Tp__val,
_Distance *
)[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-
__result-
__val-
-
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 ( _RandomAccessIterator, _RandomAccessIterator, _RandomAccessIterator, _Tp, _Compare, _Distance * )

void__pop_heap(_RandomAccessIterator__first,
_RandomAccessIterator__last,
_RandomAccessIterator__result,
_Tp__val,
_Compare__comp,
_Distance *
)[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-
__result-
__val-
__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 )

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 )

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
-

sort_heap ( _RandomAccessIterator, _RandomAccessIterator )

_STLP_INLINE_LOOP voidsort_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
-

sort_heap ( _RandomAccessIterator, _RandomAccessIterator, _Compare )

_STLP_INLINE_LOOP voidsort_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
-