PolyBoRi
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 
42 
48 public:
49 
52  first_code = 0,
53  empty = first_code,
64  last_code
65  };
66 
67 };
68 
70 
71 #endif