_Temporary_buffer Class Reference

#include <stdapis/stlportv5/stl/_tempbuf.h>

class _Temporary_buffer
Public Member Functions
_Temporary_buffer(_ForwardIterator, _ForwardIterator)
~_Temporary_buffer()
_Tp *begin()
_Tp *end()
ptrdiff_t requested_size()
ptrdiff_t size()

Constructor & Destructor Documentation

_Temporary_buffer ( _ForwardIterator, _ForwardIterator )

_Temporary_buffer(_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.

Parameters
__first-
__last-
Return Value
-

~_Temporary_buffer ( )

~_Temporary_buffer()[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.

Return Value
-

Member Function Documentation

begin ( )

_Tp *begin()[inline]

end ( )

_Tp *end()[inline]

requested_size ( )

ptrdiff_t requested_size()const [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.

Return Value
-

size ( )

ptrdiff_t size()const [inline]