SourceXtractorPlusPlus  0.12
Please provide a description of the project.
Public Types | Public Attributes | List of all members
SourceXtractor::MetadataEntry Struct Reference

#include <ImageSourceWithMetadata.h>

Collaboration diagram for SourceXtractor::MetadataEntry:
[legend]

Public Types

typedef boost::variant< bool, char, int64_t, double, std::stringvalue_t
 

Public Attributes

value_t m_value
 
std::map< std::string, std::stringm_extra
 Additional metadata about the entry: i.e. comments. More...
 

Detailed Description

Definition at line 26 of file ImageSourceWithMetadata.h.

Member Typedef Documentation

◆ value_t

typedef boost::variant<bool, char, int64_t, double, std::string> SourceXtractor::MetadataEntry::value_t

Definition at line 27 of file ImageSourceWithMetadata.h.

Member Data Documentation

◆ m_extra

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.

◆ m_value

value_t SourceXtractor::MetadataEntry::m_value

Definition at line 29 of file ImageSourceWithMetadata.h.


The documentation for this struct was generated from the following file: