PolyBoRi
Public Types
polybori::pbori_traits Class Reference

This class contains property definitions to be used in polybori classes. More...

#include <pbori_traits.h>

List of all members.

Public Types

typedef ValueType value_type
typedef value_type::bool_type bool_type
 Type for standard true/false statements.
typedef value_type::size_type size_type
 Type for lengths, dimensions, etc.
typedef value_type::integer_type integer_type
 Type for integer numbers.
typedef value_type::idx_type idx_type
 Type for indices.
typedef value_type::comp_type comp_type
 Type for comparisons.
typedef value_type::hash_type hash_type
 Type for hashing.
typedef value_type::ostream_type ostream_type
 Type for out-stream.
typedef
value_type::easy_equality_property 
easy_equality_property
 The property whether the equality check is easy.

Detailed Description

This class contains property definitions to be used in polybori classes.


Member Typedef Documentation

typedef value_type::bool_type polybori::pbori_traits::bool_type

Type for standard true/false statements.

typedef value_type::comp_type polybori::pbori_traits::comp_type

Type for comparisons.

typedef value_type::easy_equality_property polybori::pbori_traits::easy_equality_property

The property whether the equality check is easy.

typedef value_type::hash_type polybori::pbori_traits::hash_type

Type for hashing.

typedef value_type::idx_type polybori::pbori_traits::idx_type

Type for indices.

typedef value_type::integer_type polybori::pbori_traits::integer_type

Type for integer numbers.

typedef value_type::ostream_type polybori::pbori_traits::ostream_type

Type for out-stream.

typedef value_type::size_type polybori::pbori_traits::size_type

Type for lengths, dimensions, etc.


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