PPL  0.12.1
Parma_Polyhedra_Library::C_Integer< signed short > Struct Template Reference

#include <C_Integer.hh>

Inheritance diagram for Parma_Polyhedra_Library::C_Integer< signed short >:
Collaboration diagram for Parma_Polyhedra_Library::C_Integer< signed short >:

List of all members.

Public Types

enum  const_bool_value { is_signed = true }
typedef signed char smaller_type
typedef signed char smaller_signed_type
typedef unsigned char smaller_unsigned_type
typedef unsigned short other_type

Static Public Attributes

static const signed short min = SHRT_MIN
static const signed short max = SHRT_MAX

Detailed Description

template<>
struct Parma_Polyhedra_Library::C_Integer< signed short >

Definition at line 97 of file C_Integer.hh.


Member Typedef Documentation

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

Definition at line 102 of file C_Integer.hh.

typedef signed char Parma_Polyhedra_Library::C_Integer< signed short >::smaller_signed_type

Definition at line 100 of file C_Integer.hh.

typedef signed char Parma_Polyhedra_Library::C_Integer< signed short >::smaller_type

Definition at line 99 of file C_Integer.hh.

typedef unsigned char Parma_Polyhedra_Library::C_Integer< signed short >::smaller_unsigned_type

Definition at line 101 of file C_Integer.hh.


Member Enumeration Documentation

Enumerator:
is_signed 

Reimplemented from Parma_Polyhedra_Library::Bool< true >.

Definition at line 98 of file C_Integer.hh.

{ is_signed = true };

Member Data Documentation

const signed short Parma_Polyhedra_Library::C_Integer< signed short >::max = SHRT_MAX
static

Definition at line 104 of file C_Integer.hh.

const signed short Parma_Polyhedra_Library::C_Integer< signed short >::min = SHRT_MIN
static

Definition at line 103 of file C_Integer.hh.


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