|
#include <reclstl_search_sequence.h>
Public Types | |
typedef C | char_type |
The character type. | |
typedef T | traits_type |
The traits type. | |
typedef V | value_type |
The value type. | |
typedef basic_search_sequence_const_iterator< C, T, V > | class_type |
The current parameterisation of the type. | |
typedef ss_typename_type_k traits_type::entry_type | entry_type |
The find-data type. | |
Public Methods | |
basic_search_sequence_const_iterator () | |
Default constructor. | |
basic_search_sequence_const_iterator (rhs_type rhs) | |
Move constructor | |
~basic_search_sequence_const_iterator () | |
Destructor. | |
class_type & | operator++ () |
Pre-increment operator. | |
void | operator++ (int) |
Post-increment operator. | |
const value_type | operator * () const |
Dereference to return the value at the current position. | |
recls_bool_t | operator== (class_type const &rhs) const |
Evaluates whether this and rhs are equivalent. | |
recls_bool_t | operator!= (class_type const &rhs) const |
Evaluates whether this and rhs are not equivalent. |
|
The character type.
|
|
The current parameterisation of the type.
|
|
The find-data type.
|
|
The traits type.
|
|
The value type.
|
|
Default constructor.
|
|
|
|
Destructor.
|
|
Dereference to return the value at the current position.
|
|
Evaluates whether
|
|
Post-increment operator.
|
|
Pre-increment operator.
|
|
Evaluates whether
|
|
recls Library documentation © Synesis Software Pty Ltd, 2001-2003 |