Embedded Class Reference
Used to retrieve embedded resources (e.g., database files, parameter files) in Reaktoro. More...
#include <Embedded.hpp>
Public Member Functions | |
Embedded ()=delete | |
Deleted default constructor. | |
Static Public Member Functions | |
static auto | get (String const &path) -> String |
Return the contents of the embedded document with given path (as a string). | |
static auto | getAsString (String const &path) -> String |
Return the contents of the embedded document with given path (as a string). | |
static auto | getAsStringView (String const &path) -> Pair< Chars, Chars > |
Return the contents of the embedded document with given path (as a string view). | |
Detailed Description
Used to retrieve embedded resources (e.g., database files, parameter files) in Reaktoro.
The documentation for this class was generated from the following file:
- Reaktoro/Core/Embedded.hpp