SourceXtractorPlusPlus
0.11
Please provide a description of the project.
|
#include <ImageSourceWithMetadata.h>
Public Types | |
typedef boost::variant< bool, char, int64_t, double, std::string > | value_t |
Public Attributes | |
value_t | m_value |
std::map< std::string, std::string > | m_extra |
Additional metadata about the entry: i.e. comments. More... | |
Definition at line 26 of file ImageSourceWithMetadata.h.
typedef boost::variant<bool, char, int64_t, double, std::string> SourceXtractor::MetadataEntry::value_t |
Definition at line 27 of file ImageSourceWithMetadata.h.
std::map<std::string, std::string> SourceXtractor::MetadataEntry::m_extra |
Additional metadata about the entry: i.e. comments.
Definition at line 32 of file ImageSourceWithMetadata.h.
value_t SourceXtractor::MetadataEntry::m_value |
Definition at line 29 of file ImageSourceWithMetadata.h.