Arageli::type_traits< std::complex< T > > Struct Template Reference

Specialization of type_traits template class for std::complex. More...

#include <type_traits.hpp>

Inheritance diagram for Arageli::type_traits< std::complex< T > >:

Arageli::type_traits_default< std::complex< T > > List of all members.

Public Types

typedef type_category::complex category_type

Static Public Attributes

static const bool is_specialized = type_traits<T>::is_specialized
static const bool is_number = type_traits<T>::is_number
static const bool is_integer_number = false
static const bool is_polynom = false
static const bool is_real_number = false
static const bool is_rational_number = false
static const bool is_complex_number = type_traits<T>::is_number
static const bool is_ring = type_traits<T>::is_ring
static const bool is_field = type_traits<T>::is_field
static const bool is_finite = type_traits<T>::is_finite
static const bool is_additive_group = type_traits<T>::is_additive_group
static const bool is_multiplicative_group = type_traits<T>::is_multiplicative_group
static const bool has_zero_divisor = type_traits<T>::has_zero_divisor
static const bool is_integer_modulo_ring = false
static const bool is_matrix = false
static const bool is_vector = false
static const bool has_commutative_multiplication
static const bool has_commutative_addition
static const bool has_null = type_traits<T>::has_null
static const bool has_unit = type_traits<T>::has_unit
static const bool has_opposite_unit = type_traits<T>::has_opposite_unit
static const category_type category_value

Detailed Description

template<typename T>
struct Arageli::type_traits< std::complex< T > >

Specialization of type_traits template class for std::complex.

Definition at line 278 of file type_traits.hpp.


Member Typedef Documentation

template<typename T>
typedef type_category::complex Arageli::type_traits< std::complex< T > >::category_type

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 307 of file type_traits.hpp.


Member Data Documentation

template<typename T>
const category_type Arageli::type_traits< std::complex< T > >::category_value [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 308 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::has_commutative_addition [static]

Initial value:

                        type_traits<T>::has_commutative_addition

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 301 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::has_commutative_multiplication [static]

Initial value:

                        type_traits<T>::has_commutative_multiplication

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 298 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::has_null = type_traits<T>::has_null [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 304 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::has_opposite_unit = type_traits<T>::has_opposite_unit [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 306 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::has_unit = type_traits<T>::has_unit [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 305 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::has_zero_divisor = type_traits<T>::has_zero_divisor [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 293 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::is_additive_group = type_traits<T>::is_additive_group [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 291 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::is_complex_number = type_traits<T>::is_number [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 287 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::is_field = type_traits<T>::is_field [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 289 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::is_finite = type_traits<T>::is_finite [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 290 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::is_integer_modulo_ring = false [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 294 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::is_integer_number = false [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 283 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::is_matrix = false [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 295 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::is_multiplicative_group = type_traits<T>::is_multiplicative_group [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 292 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::is_number = type_traits<T>::is_number [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 282 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::is_polynom = false [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 284 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::is_rational_number = false [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 286 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::is_real_number = false [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 285 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::is_ring = type_traits<T>::is_ring [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 288 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::is_specialized = type_traits<T>::is_specialized [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 281 of file type_traits.hpp.

template<typename T>
const bool Arageli::type_traits< std::complex< T > >::is_vector = false [static]

Reimplemented from Arageli::type_traits_default< std::complex< T > >.

Definition at line 296 of file type_traits.hpp.


The documentation for this struct was generated from the following file:
Generated on Thu Aug 31 17:38:33 2006 for Arageli by  doxygen 1.4.7