#include <ncbistr.hpp>
Inheritance diagram for IStringDecoder:

Base class for parsing a string to a set of name-value pairs.
Definition at line 2721 of file ncbistr.hpp.
Public Types | |
| enum | EStringType { eName, eValue } |
| Type of string to be decoded. More... | |
Public Member Functions | |
| virtual string | Decode (const string &src, EStringType stype) const =0 |
| Decode the string. | |
| virtual | ~IStringDecoder (void) |
|
|
Type of string to be decoded.
Definition at line 2725 of file ncbistr.hpp. |
|
|
Definition at line 2732 of file ncbistr.hpp. |
|
||||||||||||
|
Decode the string. Must throw CStringException if the source string is not valid. |
1.4.6
Modified on Mon Dec 07 16:24:27 2009 by modify_doxy.py rev. 173732