#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; } |
|
|
|
|