PolyBoRi
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
groebner
include
polybori
groebner
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
23
BEGIN_NAMESPACE_PBORIGB
24
30
template
<
unsigned
long
High,
unsigned
long
Low>
31
class
PseudoLongLong
{
32
public
:
33
typedef
unsigned
long
long_type
;
34
enum
{ first = High, second = Low};
35
};
36
37
END_NAMESPACE_PBORIGB
38
39
#endif
/* polybori_groebner_PseudoLongLong_h_ */
Generated by
1.8.3.1