|
rheolef
6.3
|
#include <field_concat.h>
Public Types | |
| enum | variant_type { scalar, field } |
Public Member Functions | |
| field_concat_value (const T &x) | |
| field_concat_value (const field_basic< T, M > &x) | |
Public Attributes | |
| T | s |
| field_basic< T, M > | f |
| variant_type | variant |
Friends | |
| std::ostream & | operator<< (std::ostream &o, const field_concat_value< T, M > &x) |
Definition at line 10 of file field_concat.h.
| enum rheolef::field_concat_value::variant_type |
Definition at line 11 of file field_concat.h.
|
inline |
Definition at line 12 of file field_concat.h.
|
inline |
Definition at line 13 of file field_concat.h.
|
friend |
Definition at line 15 of file field_concat.h.
| T rheolef::field_concat_value< T, M >::s |
Definition at line 19 of file field_concat.h.
| field_basic<T,M> rheolef::field_concat_value< T, M >::f |
Definition at line 20 of file field_concat.h.
| variant_type rheolef::field_concat_value< T, M >::variant |
Definition at line 21 of file field_concat.h.