#include <notex/assets.hpp>
Public Attributes | |
| std::string_view | name |
| std::string_view | content |
| Full contents of the file. | |
One file embedded into the binary: its original name and its full contents, both borrowed from static storage for the lifetime of the program.
Definition at line 25 of file assets.hpp.
| std::string_view notex::assets::EmbeddedFile::content |
Full contents of the file.
Definition at line 28 of file assets.hpp.
| std::string_view notex::assets::EmbeddedFile::name |
File name, relative to its source directory (e.g. "notex.cls").
Definition at line 26 of file assets.hpp.