Hyprlang
A fast and user-friendly configuration language
Loading...
Searching...
No Matches
Hyprlang::SConfigOptions Struct Reference

#include <hyprlang.hpp>

Public Attributes

int verifyOnly = false
 
int throwAllErrors = false
 
int allowMissingConfig = false
 
int pathIsStream = false
 
int __internal_struct_end = HYPRLANG_END_MAGIC
 

Detailed Description

Generic struct for options for the config parser

Member Data Documentation

◆ __internal_struct_end

int Hyprlang::SConfigOptions::__internal_struct_end = HYPRLANG_END_MAGIC

◆ allowMissingConfig

int Hyprlang::SConfigOptions::allowMissingConfig = false
Since
0.2.0

Don't throw on a missing config file. Carry on as if nothing happened.

◆ pathIsStream

int Hyprlang::SConfigOptions::pathIsStream = false
Since
0.4.2

Treat configPath as a raw config stream.

◆ throwAllErrors

int Hyprlang::SConfigOptions::throwAllErrors = false

Return all errors instead of just the first

◆ verifyOnly

int Hyprlang::SConfigOptions::verifyOnly = false

Don't throw errors on missing values.


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