PPL  0.12.1
Parma_Polyhedra_Library::C_Integer< unsigned long > Struct Template Reference

#include <C_Integer.hh>

Inheritance diagram for Parma_Polyhedra_Library::C_Integer< unsigned long >:
Collaboration diagram for Parma_Polyhedra_Library::C_Integer< unsigned long >:

List of all members.

Public Types

enum  const_bool_value { is_signed = false }
typedef unsigned int smaller_type
typedef signed int smaller_signed_type
typedef unsigned int smaller_unsigned_type
typedef signed long other_type

Static Public Attributes

static const unsigned long min = 0UL
static const unsigned long max = ~0UL

Detailed Description

template<>
struct Parma_Polyhedra_Library::C_Integer< unsigned long >

Definition at line 174 of file C_Integer.hh.


Member Typedef Documentation

typedef signed long Parma_Polyhedra_Library::C_Integer< unsigned long >::other_type

Definition at line 179 of file C_Integer.hh.

typedef signed int Parma_Polyhedra_Library::C_Integer< unsigned long >::smaller_signed_type

Definition at line 177 of file C_Integer.hh.

typedef unsigned int Parma_Polyhedra_Library::C_Integer< unsigned long >::smaller_type

Definition at line 176 of file C_Integer.hh.

typedef unsigned int Parma_Polyhedra_Library::C_Integer< unsigned long >::smaller_unsigned_type

Definition at line 178 of file C_Integer.hh.


Member Enumeration Documentation

Enumerator:
is_signed 

Reimplemented from Parma_Polyhedra_Library::Bool< true >.

Definition at line 175 of file C_Integer.hh.

{ is_signed = false };

Member Data Documentation

const unsigned long Parma_Polyhedra_Library::C_Integer< unsigned long >::max = ~0UL
static

Definition at line 181 of file C_Integer.hh.

const unsigned long Parma_Polyhedra_Library::C_Integer< unsigned long >::min = 0UL
static

Definition at line 180 of file C_Integer.hh.


The documentation for this struct was generated from the following file: