NoTeX 1.0.0
A modern noteworthy LaTeX template
Loading...
Searching...
No Matches
notex::assets::EmbeddedFile Struct Reference

#include <notex/assets.hpp>

Public Attributes

std::string_view name
std::string_view content
 Full contents of the file.

Detailed Description

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.

Member Data Documentation

◆ content

std::string_view notex::assets::EmbeddedFile::content

Full contents of the file.

Definition at line 28 of file assets.hpp.

◆ name

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.


The documentation for this struct was generated from the following file: