59 std::list<tMapping> m_oStringMapping;
A_UTILS_NS::cResult tResult
For backwards compatibility and to bring latest version into scope.
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.
ADTF A_UTIL Namespace - Within adtf this is used as util or adtf_util.
string_base< cStackString > cString
cString implementation for a stack string which works on stack if string is lower than A_UTILS_DEFAUL...