Arageli::type_traits< vector< T, REFCNT > > Struct Template Reference

#include <vector.hpp>

Inheritance diagram for Arageli::type_traits< vector< T, REFCNT > >:

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

Public Types

typedef T element_type
 Type of each element if T is composite type.
typedef type_category::dense_vector category_type

Static Public Attributes

static const bool is_specialized = type_traits<T>::is_specialized
static const bool is_number = false
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 = false
static const bool is_ring = type_traits<T>::is_ring
static const bool is_field = false
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 = false
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 = true
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 bool is_aggregate = true
 True iff type is composite type consists another elements.
static const category_type category_value

Classes

struct  other_element_type_refcnt

Detailed Description

template<typename T, bool REFCNT>
struct Arageli::type_traits< vector< T, REFCNT > >

Definition at line 1211 of file vector.hpp.


Member Typedef Documentation

template<typename T, bool REFCNT>
typedef type_category::dense_vector Arageli::type_traits< vector< T, REFCNT > >::category_type

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1243 of file vector.hpp.

template<typename T, bool REFCNT>
typedef T Arageli::type_traits< vector< T, REFCNT > >::element_type

Type of each element if T is composite type.

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1242 of file vector.hpp.


Member Data Documentation

template<typename T, bool REFCNT>
const type_category::dense_vector Arageli::type_traits< vector< T, REFCNT > >::category_value [static]

Initial value:

    type_category::dense_vector()

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1244 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::has_commutative_addition [static]

Initial value:

                        type_traits<T>::has_commutative_addition

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1235 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::has_commutative_multiplication [static]

Initial value:

                        type_traits<T>::has_commutative_multiplication

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1232 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::has_null = type_traits<T>::has_null [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1238 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::has_opposite_unit = type_traits<T>::has_opposite_unit [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1240 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::has_unit = type_traits<T>::has_unit [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1239 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::has_zero_divisor = type_traits<T>::has_zero_divisor [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1227 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::is_additive_group = type_traits<T>::is_additive_group [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1225 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::is_aggregate = true [static]

True iff type is composite type consists another elements.

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1241 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::is_complex_number = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1221 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::is_field = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1223 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::is_finite = type_traits<T>::is_finite [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1224 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::is_integer_modulo_ring = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1228 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::is_integer_number = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1217 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::is_matrix = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1229 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::is_multiplicative_group = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1226 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::is_number = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1216 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::is_polynom = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1218 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::is_rational_number = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1220 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::is_real_number = false [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1219 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::is_ring = type_traits<T>::is_ring [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1222 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::is_specialized = type_traits<T>::is_specialized [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1214 of file vector.hpp.

template<typename T, bool REFCNT>
const bool Arageli::type_traits< vector< T, REFCNT > >::is_vector = true [static]

Reimplemented from Arageli::type_traits_default< T >.

Definition at line 1230 of file vector.hpp.


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