PolyBoRi
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 
22 
28 public:
29 
32  first_code = 0,
33  empty = first_code,
44  last_code
45  };
46 
47 };
48 
50 
51 #endif