Rheolef
7.2
an efficient C++ finite element environment
|
Definition at line 68 of file field_concat.h.
Public Types | |
typedef field_basic< T, M >::size_type | size_type |
typedef field_concat_value< T, M > | value_type |
typedef std::initializer_list< value_type >::const_iterator | const_iterator |
Public Member Functions | |
field_concat () | |
field_concat (const std::initializer_list< value_type > &il) | |
field_basic< T, M > | build_field () const |
Protected Attributes | |
std::list< value_type > | _l |
typedef field_basic<T,M>::size_type size_type |
Definition at line 73 of file field_concat.h.
typedef field_concat_value<T,M> value_type |
Definition at line 74 of file field_concat.h.
typedef std::initializer_list<value_type>::const_iterator const_iterator |
Definition at line 75 of file field_concat.h.
field_concat | ( | ) |
Definition at line 79 of file field_concat.h.
field_concat | ( | const std::initializer_list< value_type > & | il | ) |
Definition at line 81 of file field_concat.h.
field_basic< T, M > build_field | ( | ) | const |
Definition at line 33 of file field_concat.cc.
|
protected |
Definition at line 97 of file field_concat.h.