DeltaQt  Version 0.2.0 End user documentation
A C++/Qt library for parsing DELTA (DEscription Language for TAxonomy) files
Defines
F:/Code/DeltaQt/DeltaQt/deltasymbols.h File Reference

Go to the source code of this file.

Defines

#define DELTA_DELIM_DIRECTIVE_BEGIN   '*'
#define DELTA_DELIM_DATABLOCKBEGIN   '#'
#define DELTA_DELIM_FEATUREDESC_BEGIN   '#'
#define DELTA_DELIM_CHARDESC_PARTEND   '/'
#define DELTA_DELIM_ITEMDESC_BEGIN   '#'
#define DELTA_DELIM_ITEMNAME_END   '/'
#define DELTA_DELIM_ITEMATTR_SEPARATOR   ' '
#define DELTA_DELIM_CHARVAL_SEPARATOR   ','
#define DELTA_DELIM_ITEMATTR_OR   '/'
#define DELTA_DELIM_ITEMATTR_AND   '&'
#define DELTA_DELIM_EXTREMEVAL_START   '('
#define DELTA_DELIM_EXTREMEVAL_END   ')'
#define DELTA_DELIM_CHARTYPE_SEPARATOR   ' '
#define DELTA_PSEUDOVAL_UNKNOWN   "U"
#define DELTA_PSEUDOVAL_VARIABLE   "V"
#define DELTA_PSEUDOVAL_NOTAPPLICABLE   "-"
#define DELTA_DELIM_CNOTES_BEGIN   '#'
#define DELTA_DELIM_STARTCOMMENT   '<'
#define DELTA_DELIM_ENDCOMMENT   '>'
#define DELTA_DELIM_COMMENTLEGALPRE   "\n<> "
#define DELTA_DELIM_COMMENTLEGALPOST   "\n<> /"

Define Documentation

#define DELTA_DELIM_CHARDESC_PARTEND   '/'
#define DELTA_DELIM_CHARTYPE_SEPARATOR   ' '
#define DELTA_DELIM_CHARVAL_SEPARATOR   ','
#define DELTA_DELIM_CNOTES_BEGIN   '#'
#define DELTA_DELIM_COMMENTLEGALPOST   "\n<> /"
#define DELTA_DELIM_COMMENTLEGALPRE   "\n<> "
#define DELTA_DELIM_DATABLOCKBEGIN   '#'
#define DELTA_DELIM_DIRECTIVE_BEGIN   '*'
#define DELTA_DELIM_ENDCOMMENT   '>'
#define DELTA_DELIM_EXTREMEVAL_END   ')'
#define DELTA_DELIM_EXTREMEVAL_START   '('
#define DELTA_DELIM_FEATUREDESC_BEGIN   '#'
#define DELTA_DELIM_ITEMATTR_AND   '&'
#define DELTA_DELIM_ITEMATTR_OR   '/'
#define DELTA_DELIM_ITEMATTR_SEPARATOR   ' '
#define DELTA_DELIM_ITEMDESC_BEGIN   '#'
#define DELTA_DELIM_ITEMNAME_END   '/'
#define DELTA_DELIM_STARTCOMMENT   '<'
#define DELTA_PSEUDOVAL_NOTAPPLICABLE   "-"
#define DELTA_PSEUDOVAL_UNKNOWN   "U"
#define DELTA_PSEUDOVAL_VARIABLE   "V"
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines