CTT_Mstrstr |
Top Previous Next |
Code generation > Supporting code > CTT_Mstrstr
template <class char_type> class CTT_Mstrstr
CTT_Mstrstr has the same interfaces as mstrstr of the interpreter. Inside of the generated code mstrstr is defined by:
typedef CTT_Mstrstr<char> mstrstr;
CTT_Mstrstr is derived from std::map<Key, T, Compare, Allocator > and so also has the interfaces of a std::map.
|
This page belongs to the TextTransformer Documentation |
Home Content German |