This is the complete list of members for notex::Document, including all inherited members.
| find_all(const LinePredicate &predicate) const | notex::Document | |
| find_last(const LinePredicate &predicate) const | notex::Document | |
| find_unique(const LinePredicate &predicate, std::string_view description) const | notex::Document | |
| insert_line(std::size_t index, std::string text) | notex::Document | |
| insert_lines(std::size_t index, std::vector< std::string > new_lines) | notex::Document | |
| LinePredicate typedef | notex::Document | |
| lines() const noexcept | notex::Document | inline |
| load(const std::filesystem::path &path) | notex::Document | static |
| remove_line(std::size_t index) | notex::Document | |
| save() const | notex::Document | |
| set_documentclass_option(std::string_view option, const std::vector< std::string > &mutually_exclusive_group) | notex::Document |