Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 78 of file hack_array.h.
Public Types | |
typedef disarray_rep< typename T::raw_type, sequential, A > | base |
typedef T | raw_value_type |
typedef T::generic_type | value_type |
typedef T::generic_type | generic_value_type |
typedef T::automatic_type | automatic_value_type |
typedef A | allocator_type |
typedef T::parameter_type | parameter_type |
typedef generic_value_type::raw_type | raw_type |
typedef base::size_type | size_type |
typedef value_type & | reference |
typedef const value_type & | const_reference |
typedef reference | dis_reference |
typedef sequential | memory_type |
typedef hack_array_iterator< generic_value_type, generic_value_type &, generic_value_type *, raw_type, raw_type * > | iterator |
typedef hack_array_iterator< generic_value_type, const generic_value_type &, const generic_value_type *, raw_type, const raw_type * > | const_iterator |
Protected Member Functions | |
void | _init (const distributor &ownership, const parameter_type ¶m) |
Protected Attributes | |
distributor | _ownership |
parameter_type | _parameter |
size_type | _value_size |
size_type | _data_size |
typedef disarray_rep<typename T::raw_type, sequential, A> base |
Definition at line 83 of file hack_array.h.
typedef T raw_value_type |
Definition at line 84 of file hack_array.h.
typedef T::generic_type value_type |
Definition at line 85 of file hack_array.h.
typedef T::generic_type generic_value_type |
Definition at line 86 of file hack_array.h.
typedef T::automatic_type automatic_value_type |
Definition at line 87 of file hack_array.h.
typedef A allocator_type |
Definition at line 88 of file hack_array.h.
typedef T::parameter_type parameter_type |
Definition at line 89 of file hack_array.h.
Definition at line 90 of file hack_array.h.
Definition at line 91 of file hack_array.h.
typedef value_type& reference |
Definition at line 92 of file hack_array.h.
typedef const value_type& const_reference |
Definition at line 93 of file hack_array.h.
typedef reference dis_reference |
Definition at line 94 of file hack_array.h.
typedef sequential memory_type |
Definition at line 95 of file hack_array.h.
typedef hack_array_iterator<generic_value_type, generic_value_type&, generic_value_type*, raw_type, raw_type*> iterator |
Definition at line 98 of file hack_array.h.
typedef hack_array_iterator<generic_value_type, const generic_value_type&, const generic_value_type*, raw_type, const raw_type*> const_iterator |
Definition at line 100 of file hack_array.h.
hack_array_seq_rep | ( | const A & | alloc = A() | ) |
Definition at line 28 of file hack_array_seq.icc.
hack_array_seq_rep | ( | const distributor & | ownership, |
const parameter_type & | param, | ||
const A & | alloc = A() |
||
) |
Definition at line 37 of file hack_array_seq.icc.
hack_array_seq_rep | ( | size_type | n, |
const parameter_type & | param, | ||
const A & | alloc = A() |
||
) |
Definition at line 47 of file hack_array_seq.icc.
void resize | ( | const distributor & | ownership, |
const parameter_type & | param | ||
) |
Definition at line 58 of file hack_array_seq.icc.
void resize | ( | size_type | n, |
const parameter_type & | param | ||
) |
Definition at line 68 of file hack_array_seq.icc.
Definition at line 112 of file hack_array.h.
const distributor & ownership | ( | ) | const |
Definition at line 113 of file hack_array.h.
const communicator & comm | ( | ) | const |
Definition at line 114 of file hack_array.h.
Definition at line 115 of file hack_array.h.
Definition at line 116 of file hack_array.h.
const generic_value_type & operator[] | ( | size_type | ie | ) | const |
Definition at line 117 of file hack_array.h.
generic_value_type & operator[] | ( | size_type | ie | ) |
Definition at line 122 of file hack_array.h.
Definition at line 127 of file hack_array.h.
const_iterator begin | ( | ) | const |
Definition at line 128 of file hack_array.h.
Definition at line 129 of file hack_array.h.
const_iterator end | ( | ) | const |
Definition at line 130 of file hack_array.h.
idiststream & get_values | ( | idiststream & | ips | ) |
Definition at line 120 of file hack_array_seq.icc.
odiststream & put_values | ( | odiststream & | ops | ) | const |
Definition at line 107 of file hack_array_seq.icc.
idiststream & get_values | ( | idiststream & | ips, |
GetFunction | get_element | ||
) |
Definition at line 114 of file hack_array_seq.icc.
odiststream & put_values | ( | odiststream & | ops, |
PutFunction | put_element | ||
) | const |
Definition at line 96 of file hack_array_seq.icc.
|
protected |
Definition at line 78 of file hack_array_seq.icc.
|
protected |
Definition at line 147 of file hack_array.h.
|
protected |
Definition at line 148 of file hack_array.h.
Definition at line 149 of file hack_array.h.
Definition at line 150 of file hack_array.h.