PolyBoRi
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
libpolybori
include
polybori
literals
CLiteralCodes.h
Go to the documentation of this file.
1
// -*- c++ -*-
2
//*****************************************************************************
13
//*****************************************************************************
14
15
#ifndef polybori_literals_CLiteralCodes_h_
16
#define polybori_literals_CLiteralCodes_h_
17
18
// include basic definitions
19
#include <
polybori/pbori_defs.h
>
20
21
BEGIN_NAMESPACE_PBORI
22
27
class
CLiteralCodes
{
28
public
:
29
31
enum
literal_codes
{
32
first_code = 0,
33
empty = first_code,
34
space
,
35
plus
,
36
term_separator
,
37
times
,
38
comma
,
39
list_separator
,
40
default_variable_name
,
41
variable_head
,
42
variable_tail
,
43
between_list_separator
,
44
last_code
45
};
46
47
};
48
49
END_NAMESPACE_PBORI
50
51
#endif
Generated by
1.8.3.1