PolyBoRi
order_tags.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 //*****************************************************************************
45 //*****************************************************************************
46 
47 // include basic definitions
48 #include "pbori_defs.h"
49 
50 #ifndef order_tags_h_
51 #define order_tags_h_
52 
54 
58 struct lex_tag {};
59 
63 struct dlex_tag {};
64 
68 struct dp_asc_tag {};
69 
73 struct block_dlex_tag {};
74 
78 struct block_dp_asc_tag {};
79 
81 
82 #endif // order_tags_h_