#include <xst_sequence_translator.h>
SequenceT
Definition at line 51 of file xst_sequence_translator.h.
Public Types | |
| typedef SequenceT::value_type | value_T |
| Defines type of value to translate from. | |
Public Member Functions | |
| template<typename InputValueT> | |
| int | operator() (InputValueT const &value_) |
| Function call operator to translate the value. | |
| void | operator= (xst_sequence_translator< SequenceT > const &) const |
| Assignment does nothing. | |
| xst_sequence_translator (xst_sequence_translator< SequenceT > const &other_) | |
| Copy constructor. | |
| xst_sequence_translator (SequenceT &vector_) | |
| Constructs and initializes the object. | |
|
|
Defines type of value to translate from.
Definition at line 55 of file xst_sequence_translator.h. |
|
|
Constructs and initializes the object.
Definition at line 63 of file xst_sequence_translator.h. |
|
|
Copy constructor.
Definition at line 70 of file xst_sequence_translator.h. |
|
|
Function call operator to translate the value.
Definition at line 91 of file xst_sequence_translator.h. |
|
|
Assignment does nothing.
Definition at line 77 of file xst_sequence_translator.h. |
1.3.9.1