bioformats
5.1.0
|
#include <ome/bioformats/tiff/Field.h>
Public Types | |
typedef V | value_type |
The value type being wrapped. | |
Public Member Functions | |
Value () | |
Constructor. | |
~Value () | |
Destructor. | |
Value & | operator= (const Value &value) |
Assign from a Value. More... | |
Value & | operator= (const value_type &value) |
Assign from value_type. More... | |
template<typename F > | |
Value & | operator= (const Field< F > &field) |
Assign from Field. More... | |
value_type & | get () |
Get the value. More... | |
const value_type & | get () const |
Get the value. More... | |
Private Attributes | |
V | value |
The value. | |
Field value.
This contains a value to allow it to be assigned from a Field as the left hand side of an expression.
|
inline |
|
inline |
|
inline |
Assign from a Value.
value | the value to assign. |
References ome::bioformats::tiff::Value< V >::value.
|
inline |
Assign from value_type.
value | the value to assign. |
References ome::bioformats::tiff::Value< V >::value.
|
inline |
Assign from Field.
field | the field to assign. |
References ome::bioformats::tiff::Field< Tag >::get().