Visitor template for output of MetadataMap values to an ostream.
More...
#include <ome/files/MetadataMap.h>
|
|
std::ostream & | os |
| | The stream to output to.
|
| |
Visitor template for output of MetadataMap values to an ostream.
§ MetadataMapValueTypeOStreamVisitor()
| ome::files::detail::MetadataMapValueTypeOStreamVisitor::MetadataMapValueTypeOStreamVisitor |
( |
std::ostream & |
os | ) |
|
|
inline |
Constructor.
- Parameters
-
| os | the output stream to output to. |
§ operator()() [1/2]
template<typename T >
| void ome::files::detail::MetadataMapValueTypeOStreamVisitor::operator() |
( |
const std::vector< T > & |
c | ) |
const |
|
inline |
Output a vector value of arbitrary type.
Each value will be output in a comma-separated list.
- Parameters
-
| c | the container values to output. |
§ operator()() [2/2]
template<typename T >
| void ome::files::detail::MetadataMapValueTypeOStreamVisitor::operator() |
( |
const T & |
v | ) |
const |
|
inline |
Output a scalar value of arbitrary type.
- Parameters
-
The documentation for this struct was generated from the following file: