SourceXtractorPlusPlus  0.11
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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::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...
 

Detailed Description

Definition at line 26 of file ImageSourceWithMetadata.h.

Member Typedef Documentation

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

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.


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