PolyBoRi
order_tags.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 //*****************************************************************************
13 //*****************************************************************************
14 
15 #ifndef polybori_orderings_order_tags_h_
16 #define polybori_orderings_order_tags_h_
17 
18 // include basic definitions
19 #include <polybori/pbori_defs.h>
20 
21 
23 
27 struct lex_tag {};
28 
32 struct dlex_tag {};
33 
37 struct dp_asc_tag {};
38 
42 template <class TagType>
43 struct block_tag {};
44 
47 
50 
52 
53 #endif // order_tags_h_