|
Rheolef
7.1
an efficient C++ finite element environment
|
Public Types | |
| typedef space_basic< T, M > | value_type |
| typedef std::list< space_basic< T, M > >::size_type | size_type |
| typedef std::list< space_basic< T, M > >::const_iterator | const_iterator |
Public Member Functions | |
| space_mult_list_rep () | |
| size_type | size () const |
| const_iterator | begin () const |
| const_iterator | end () const |
| void | push_back (const value_type &X) const |
| void | push_front (const value_type &X) const |
Public Attributes | |
| std::list< space_basic< T, M > > | _l |
Definition at line 29 of file space_mult.h.
| typedef space_basic<T,M> value_type |
Definition at line 30 of file space_mult.h.
| typedef std::list<space_basic<T,M> >::size_type size_type |
Definition at line 31 of file space_mult.h.
| typedef std::list<space_basic<T,M> >::const_iterator const_iterator |
Definition at line 32 of file space_mult.h.
Definition at line 36 of file space_mult.h.
| size_type size | ( | ) | const |
Definition at line 40 of file space_mult.h.
| const_iterator begin | ( | ) | const |
Definition at line 41 of file space_mult.h.
| const_iterator end | ( | ) | const |
Definition at line 42 of file space_mult.h.
| void push_back | ( | const value_type & | X | ) | const |
Definition at line 46 of file space_mult.h.
| void push_front | ( | const value_type & | X | ) | const |
Definition at line 47 of file space_mult.h.
|
mutable |
Definition at line 51 of file space_mult.h.