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
#define END_NAMESPACE_PBORI
Finish project's namespace.
Definition: pbori_defs.h:77
Definition: CLiteralCodes.h:42
Definition: CLiteralCodes.h:38
#define BEGIN_NAMESPACE_PBORI
Start project's namespace.
Definition: pbori_defs.h:74
Definition: CLiteralCodes.h:39
This template class defines enumerative codes for the string literals defined by the CStringLiterals ...
Definition: CLiteralCodes.h:27
Definition: CLiteralCodes.h:34
Definition: CLiteralCodes.h:41
Definition: CLiteralCodes.h:36
literal_codes
Define codes representing string literals.
Definition: CLiteralCodes.h:31
Definition: CLiteralCodes.h:37
Definition: CLiteralCodes.h:35