This is the complete list of members for Header, including all inherited members.
| has(const std::string &keyword) const | Header | |
| parse(const std::string &keyword) const | Header | |
| parseAll(KeywordCategory categories=KeywordCategory::All) const | Header | |
| parseOr(const Record< T > &fallback) const | Header | |
| parseOr(const std::string &keyword, T fallbackValue, const std::string &fallbackUnit="", const std::string &fallbackComment="") const | Header | |
| parseSeq(const std::vector< std::string > &keywords) const | Header | |
| parseSeq(const TypedKey< Ts, std::string > &... keywords) const | Header | |
| parseSeqOr(TSeq &&fallbacks) const | Header | |
| parseSeqOr(const Record< Ts > &... fallbacks) const | Header | |
| parseStruct(const TypedKey< Ts, std::string > &... keywords) const | Header | |
| parseStructOr(const Record< Ts > &... fallbacks) const | Header | |
| parseStructOr(TSeq &&fallbacks) const | Header | |
| readAll(KeywordCategory categories=KeywordCategory::All) const | Header | |
| readKeywords(KeywordCategory categories=KeywordCategory::All) const | Header | |
| readKeywordsValues(KeywordCategory categories=KeywordCategory::All) const | Header | |
| remove(const std::string &keyword) const | Header | |
| write(const Record< T > &record) const | Header | |
| write(const std::string &k, T v, const std::string &u="", const std::string &c="") const | Header | |
| writeComment(const std::string &comment) const | Header | |
| writeHistory(const std::string &history) const | Header | |
| writeSeq(const Record< Ts > &... records) const | Header | |
| writeSeq(TSeq &&records) const | Header | |
| writeSeqIn(const std::vector< std::string > &keywords, const Record< Ts > &... records) const | Header | |
| writeSeqIn(const std::vector< std::string > &keywords, TSeq &&records) const | Header |