scram::env
Functions
| Name | |
|---|---|
| const std::string_view & | project_schema() |
| const std::string_view & | input_schema() |
| const std::string_view & | report_schema() |
Functions Documentation
function project_schema
cpp
const std::string_view & project_schema()Return: The embedded RELAX NG schema content for project files.
function input_schema
cpp
const std::string_view & input_schema()Return: The embedded RELAX NG schema content for input files.
function report_schema
cpp
const std::string_view & report_schema()Return: The embedded RELAX NG schema content for output report files.
Updated on 2026-01-09 at 21:59:12 +0000
