#include <iosfwd>#include <y2pm/PMTypes.h>#include "TextParse.h"Go to the source code of this file.
Namespaces | |
| namespace | TextParse |
Defines | |
| #define | ENUM_OUT(T) case PM::CO_##T: asText_r = #T; return true |
| #define | ENUM_OUT(T) if ( match == #T ) { value_r = PM::CO_##T; return true; } |
Functions | |
| template<> | |
| bool | TextConvert< PM::CandidateOrder >::toText (const value_type &value_r, text_type &asText_r) |
| template<> | |
| bool | TextConvert< PM::CandidateOrder >::fromText (value_type &value_r, const text_type &asText_r) |
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
1.4.1