reference: the table of ready-to-paste snippets served by notex get. More...
#include <string_view>#include <vector>Go to the source code of this file.
Classes | |
| struct | notex::reference::Snippet |
| One ready-to-paste snippet served by notex get. More... | |
Namespaces | |
| namespace | notex |
| namespace | notex::reference |
Functions | |
| const std::vector< Snippet > & | notex::reference::all_snippets () |
| std::vector< std::string_view > | notex::reference::snippet_names () |
| std::vector< Snippet > | notex::reference::find_snippets (std::string_view name) |
Looks up every snippet registered under name, whether as its canonical name or as an alias. | |
reference: the table of ready-to-paste snippets served by notex get.
Definition in file reference.hpp.