|
rheolef
6.3
|
#include <field_concat.h>
Public Types | |
| typedef field_basic< T, M > ::size_type | size_type |
| typedef field_concat_value< T, M > | value_type |
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 |
Friends | |
| std::ostream & | operator<< (std::ostream &o, const field_concat< T, M > &x) |
Definition at line 25 of file field_concat.h.
| typedef field_basic<T,M>::size_type rheolef::field_concat< T, M >::size_type |
Definition at line 26 of file field_concat.h.
| typedef field_concat_value<T,M> rheolef::field_concat< T, M >::value_type |
Definition at line 27 of file field_concat.h.
|
inline |
Definition at line 30 of file field_concat.h.
|
inline |
Definition at line 33 of file field_concat.h.
| field_basic< T, M > rheolef::field_concat< T, M >::build_field | ( | ) | const |
Definition at line 58 of file field_concat.h.
|
friend |
Definition at line 45 of file field_concat.h.
|
protected |
Definition at line 54 of file field_concat.h.