#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() |
| _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 | - |
| ~_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.
| _Tp * | begin | ( | ) | [inline] |
| _Tp * | end | ( | ) | [inline] |
| 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.