EleFits  5.3.1
A modern C++ API on top of CFITSIO
Loading...
Searching...
No Matches
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
parse_all(KeywordCategory categories=KeywordCategory::All) constHeader
parse_n(const std::vector< std::string > &keywords) constHeader
parse_n(const TypedKey< Ts, std::string > &... keywords) constHeader
parse_n_or(TSeq &&fallbacks) constHeader
parse_n_or(const Record< Ts > &... fallbacks) constHeader
parse_or(const Record< T > &fallback) constHeader
parse_or(const std::string &keyword, T fallback_value, const std::string &fallback_unit="", const std::string &fallback_comment="") constHeader
parse_struct(const TypedKey< Ts, std::string > &... keywords) constHeader
parse_struct_or(const Record< Ts > &... fallbacks) constHeader
parse_struct_or(TSeq &&fallbacks) constHeader
parseAll(KeywordCategory categories=KeywordCategory::All) constHeader
parseOr(TArgs &&... args) constHeader
parseSeq(TArgs &&... args) constHeader
parseSeqOr(TArgs &&... args) constHeader
parseStruct(const TypedKey< Ts, std::string > &... keywords) constHeader
parseStructOr(TArgs &&... args) constHeader
read_all(KeywordCategory categories=KeywordCategory::All) constHeader
read_all_keywords(KeywordCategory categories=KeywordCategory::All) constHeader
read_all_keywords_values(KeywordCategory categories=KeywordCategory::All) 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
write_comment(const std::string &comment) constHeader
write_history(const std::string &history) constHeader
write_n(const Record< Ts > &... records) constHeader
write_n(TSeq &&records) constHeader
write_n_in(const std::vector< std::string > &keywords, const Record< Ts > &... records) constHeader
write_n_in(const std::vector< std::string > &keywords, TSeq &&records) constHeader
writeComment(const std::string &comment) constHeader
writeHistory(const std::string &history) constHeader
writeSeq(TArgs &&... args) constHeader
writeSeqIn(const std::vector< std::string > &keywords, TArgs &&... args) constHeader