scram::env
Functions
| Name | |
|---|---|
| const std::string & | project_schema() |
| const std::string & | input_schema() |
| const std::string & | report_schema() |
| const std::string & | install_dir() |
Functions Documentation
function project_schema
cpp
const std::string & project_schema()Return: The location of the RELAX NG schema for project files.
function input_schema
cpp
const std::string & input_schema()Return: The location of the RELAX NG schema for input files.
function report_schema
cpp
const std::string & report_schema()Return: The location of the RELAX NG schema for output report files.
function install_dir
cpp
const std::string & install_dir()Return: The path to the installation directory.
Updated on 2025-11-11 at 16:51:08 +0000
