#include <muo_convert.h>
Inheritance diagram for krmuo::UrlConverter:


Public Member Functions | |
| UrlConverter () | |
| constructor for an UrlConverter   | |
| virtual | ~UrlConverter () | 
| class-destructor  | |
| const string | decode (const string &pUnDecodedString) | 
| realize a decodation valid for url-encoded strings   | |
| const string | encode (const string &pUnEncodedString) | 
| realize an encodation valid for url-encoded strings   | |
Definition at line 167 of file muo_convert.h.
      
  | 
  
| 
 constructor for an UrlConverter Note: this address isn't used because all the general methods of the class Converter are overloaded by the UrlConverter specific methods Definition at line 347 of file muo_convert.cc.  | 
  
      
  | 
  
| 
 realize a decodation valid for url-encoded strings 
 
 
 Reimplemented from krmuo::Converter. Definition at line 371 of file muo_convert.cc. References krmuo::CodeTokenMap::decodeToken(), and krmuo::CodeTokenMap::isDecodableToken().  | 
  
      
  | 
  
| 
 realize an encodation valid for url-encoded strings 
 
 
 Reimplemented from krmuo::Converter. Definition at line 401 of file muo_convert.cc. References krmuo::CodeTokenMap::encodeSign(), and krmuo::CodeTokenMap::isEncodableSign().  | 
  
 1.4.1