PolyBoRi
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
libpolybori
include
polybori
orderings
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
22
BEGIN_NAMESPACE_PBORI
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
46
typedef
block_tag<dlex_tag>
block_dlex_tag
;
47
49
typedef
block_tag<dp_asc_tag>
block_dp_asc_tag
;
50
51
END_NAMESPACE_PBORI
52
53
#endif // order_tags_h_
Generated by
1.8.3.1