NCBI C++ ToolKit
|
Search Toolkit Book for CStringEncoder_Url
URL-encoder for string pairs parser. More...
#include <corelib/ncbistr.hpp>
Public Member Functions | |
CStringEncoder_Url (NStr::EUrlEncode flag=NStr::eUrlEnc_SkipMarkChars) | |
virtual string | Encode (const CTempString src, EStringType stype) const |
![]() | |
virtual string | Encode (const CTempString src, EStringType stype) const =0 |
Encode the string. More... | |
virtual | ~IStringEncoder (void) |
Private Attributes | |
NStr::EUrlEncode | m_Flag |
Additional Inherited Members | |
![]() | |
enum | EStringType { eName , eValue } |
Type of string to be decoded. More... | |
URL-encoder for string pairs parser.
Definition at line 4576 of file ncbistr.hpp.