Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 54 of file space_mult.h.
Public Types | |
typedef space_mult_list_rep< T, M > | rep |
typedef smart_pointer< rep > | base |
typedef space_basic< T, M > | value_type |
typedef rep::size_type | size_type |
typedef rep::const_iterator | const_iterator |
![]() | |
typedef space_mult_list_rep< T, M > | handled_type |
typedef base::internal | internal |
Definition at line 57 of file space_mult.h.
typedef smart_pointer<rep> base |
Definition at line 58 of file space_mult.h.
typedef space_basic<T,M> value_type |
Definition at line 59 of file space_mult.h.
Definition at line 60 of file space_mult.h.
typedef rep::const_iterator const_iterator |
Definition at line 61 of file space_mult.h.
space_mult_list | ( | ) |
Definition at line 65 of file space_mult.h.
Definition at line 69 of file space_mult.h.
const_iterator begin | ( | ) | const |
Definition at line 70 of file space_mult.h.
const_iterator end | ( | ) | const |
Definition at line 71 of file space_mult.h.
void push_back | ( | const value_type & | X | ) | const |
Definition at line 75 of file space_mult.h.
void push_front | ( | const value_type & | X | ) | const |
Definition at line 76 of file space_mult.h.