#include <xst_edge_translator.h>
cttl::edge to a null-terminated array of characters.
PolicyT StringT
Definition at line 56 of file xst_edge_translator.h.
Public Types | |
| typedef StringT::value_type | char_T |
| Defines type of input characters. | |
Public Member Functions | |
| template<typename InputValueT> | |
| char_T const * | operator() (InputValueT const &) |
| Translate CTTL substring to null-terminated array of characters. | |
| void | operator= (xst_edge_translator< PolicyT, StringT > const &) const |
| Assignment does nothing. | |
| xst_edge_translator (xst_edge_translator< PolicyT, StringT > const &other_) | |
| Copy constructor. | |
| xst_edge_translator (cttl::const_edge< PolicyT, StringT > const &edge_) | |
| Constructs and initializes the object from an edge. | |
|
|
Defines type of input characters.
Definition at line 60 of file xst_edge_translator.h. |
|
|
Constructs and initializes the object from an edge.
Definition at line 71 of file xst_edge_translator.h. |
|
|
Copy constructor.
Definition at line 78 of file xst_edge_translator.h. |
|
|
Translate CTTL substring to null-terminated array of characters.
Definition at line 96 of file xst_edge_translator.h. |
|
|
Assignment does nothing.
Definition at line 85 of file xst_edge_translator.h. |
1.3.9.1