PolyBoRi
PseudoLongLong.h
Go to the documentation of this file.
1 // -*- c++ -*-
2 //*****************************************************************************
15 //*****************************************************************************
16 
17 #ifndef polybori_groebner_PseudoLongLong_h_
18 #define polybori_groebner_PseudoLongLong_h_
19 
20 // include basic definitions
21 #include "groebner_defs.h"
22 
24 
30 template <unsigned long High, unsigned long Low>
32 public:
33  typedef unsigned long long_type;
34  enum { first = High, second = Low};
35 };
36 
38 
39 #endif /* polybori_groebner_PseudoLongLong_h_ */
#define END_NAMESPACE_PBORIGB
Definition: groebner_defs.h:16
#define BEGIN_NAMESPACE_PBORIGB
Definition: groebner_defs.h:15
unsigned long long_type
Definition: PseudoLongLong.h:33
This class defines PseudoLongLong.
Definition: PseudoLongLong.h:31