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

#include <ImageSource.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

Accepted values are bool, char, int64_t, double and string Other types must be promoted (i.e. int32_t => int64_t, float => double)

Definition at line 39 of file ImageSource.h.

Member Typedef Documentation

◆ value_t

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

Definition at line 40 of file ImageSource.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 45 of file ImageSource.h.

◆ m_value

value_t SourceXtractor::MetadataEntry::m_value

Definition at line 42 of file ImageSource.h.

Referenced by SourceXtractor::FitsImageSource::setMetadata().


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