|
|
|
|
|
|
|
|
|
|
|
|||||||
#include <stlsoft_proxy_sequence.h>
Public Methods | |
| proxy_sequence () | |
| Constructs a default proxy_sequence. | |
| proxy_sequence (element_type *first, element_type *last) | |
| Constructs a proxy_sequence from a given range. | |
| proxy_sequence (element_type *first, size_type n) | |
| Constructs a proxy_sequence from a given range. | |
Iteration | |
| iterator | begin () |
| Begins the iteration. | |
| iterator | end () |
| Ends the iteration. | |
| const_iterator | begin () const |
| Begins the iteration. | |
| const_iterator | end () const |
| Ends the iteration. | |
Attributes | |
| bool | empty () const |
| Indicates whether the sequence is empty. | |
| size_type | size () const |
| Indicates whether the sequence is empty. | |
| R | The element type. This type is the element in the underlying sequence |
| V | The value type. This is the type to which the element type is translated |
| T |
The traits_type. This type provides a static method make_value(), which converts the element type to the value type |
|
|
Constructs a default proxy_sequence.
|
|
||||||||||||
|
Constructs a proxy_sequence from a given range.
|
|
||||||||||||
|
Constructs a proxy_sequence from a given range.
|
|
|
Begins the iteration.
|
|
|
Begins the iteration.
|
|
|
Indicates whether the sequence is empty.
|
|
|
Ends the iteration.
|
|
|
Ends the iteration.
|
|
|
Indicates whether the sequence is empty.
|
|
|
| STLSoft Libraries documentation © Synesis Software Pty Ltd, 2001-2004 |