EleFits  5.0.0
A modern C++ API on top of CFITSIO
Header Member List

This is the complete list of members for Header, including all inherited members.

has(const std::string &keyword) constHeader
parse(const std::string &keyword) constHeader
parseAll(KeywordCategory categories=KeywordCategory::All) constHeader
parseOr(const Record< T > &fallback) constHeader
parseOr(const std::string &keyword, T fallbackValue, const std::string &fallbackUnit="", const std::string &fallbackComment="") constHeader
parseSeq(const std::vector< std::string > &keywords) constHeader
parseSeq(const TypedKey< Ts, std::string > &... keywords) constHeader
parseSeqOr(TSeq &&fallbacks) constHeader
parseSeqOr(const Record< Ts > &... fallbacks) constHeader
parseStruct(const TypedKey< Ts, std::string > &... keywords) constHeader
parseStructOr(const Record< Ts > &... fallbacks) constHeader
parseStructOr(TSeq &&fallbacks) constHeader
readAll(KeywordCategory categories=KeywordCategory::All) constHeader
readKeywords(KeywordCategory categories=KeywordCategory::All) constHeader
readKeywordsValues(KeywordCategory categories=KeywordCategory::All) constHeader
remove(const std::string &keyword) constHeader
write(const Record< T > &record) constHeader
write(const std::string &k, T v, const std::string &u="", const std::string &c="") constHeader
writeComment(const std::string &comment) constHeader
writeHistory(const std::string &history) constHeader
writeSeq(const Record< Ts > &... records) constHeader
writeSeq(TSeq &&records) constHeader
writeSeqIn(const std::vector< std::string > &keywords, const Record< Ts > &... records) constHeader
writeSeqIn(const std::vector< std::string > &keywords, TSeq &&records) constHeader