NCBI C++ ToolKit
|
Search Toolkit Book for IStringEncoder
Encoder interface. Names and values can be encoded with different rules. More...
#include <corelib/ncbistr.hpp>
Public Types | |
enum | EStringType { eName , eValue } |
Type of string to be decoded. More... | |
Public Member Functions | |
virtual string | Encode (const CTempString src, EStringType stype) const =0 |
Encode the string. More... | |
virtual | ~IStringEncoder (void) |
Encoder interface. Names and values can be encoded with different rules.
Definition at line 4543 of file ncbistr.hpp.