59 std::list<tMapping> m_oStringMapping;
this class provides conversion methods between plain text strings and HTML strings
tResult FromHTML(const cString &strInputHTML, cString &strOutput)
will convert a given html string to a plain text one
tResult CreateMapping(cString strString, cString strHTML)
inserts the data into the string maps
tResult ToHTML(const cString &strInput, cString &strOutputHTML)
will convert a given string to string that is conform to html
tResult ShowMappings(cStringList &strHTML, cStringList &strString)
this helper method will show the user all possible mappings
tResult Initialize()
Inits the maps for conversion.
A common result class usable as return value throughout.
ADTF A_UTIL Namespace - Within adtf this is used as adtf::util or adtf_util.