PolyBoRi
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
polybori
include
CLiteralCodes.h
Go to the documentation of this file.
1
// -*- c++ -*-
2
//*****************************************************************************
33
//*****************************************************************************
34
35
// include basic definitions
36
#include "
pbori_defs.h
"
37
38
#ifndef CLiteralCodes_h_
39
#define CLiteralCodes_h_
40
41
BEGIN_NAMESPACE_PBORI
42
47
class
CLiteralCodes
{
48
public
:
49
51
enum
literal_codes
{
52
first_code = 0,
53
empty = first_code,
54
space
,
55
plus
,
56
term_separator
,
57
times
,
58
comma
,
59
list_separator
,
60
default_variable_name
,
61
variable_head
,
62
variable_tail
,
63
between_list_separator
,
64
last_code
65
};
66
67
};
68
69
END_NAMESPACE_PBORI
70
71
#endif
Generated on Tue Jun 25 2013 08:12:11 for PolyBoRi by
1.8.1.2