Skip to content

scram::schemas

Functions

Name
const std::string_view &get_INPUT_SCHEMA()
const std::string_view &get_PROJECT_SCHEMA()
const std::string_view &get_REPORT_SCHEMA()

Functions Documentation

function get_INPUT_SCHEMA

cpp
const std::string_view & get_INPUT_SCHEMA()

Return: The RelaxNG schema for input files (embedded at compile time).

function get_PROJECT_SCHEMA

cpp
const std::string_view & get_PROJECT_SCHEMA()

Return: The RelaxNG schema for project files (embedded at compile time).

function get_REPORT_SCHEMA

cpp
const std::string_view & get_REPORT_SCHEMA()

Return: The RelaxNG schema for report files (embedded at compile time).


Updated on 2026-01-09 at 21:59:12 +0000