Hyprlang
A fast and user-friendly configuration language
|
#include <hyprlang.hpp>
Public Attributes | |
int | verifyOnly = false |
int | throwAllErrors = false |
int | allowMissingConfig = false |
int | pathIsStream = false |
int | __internal_struct_end = HYPRLANG_END_MAGIC |
Generic struct for options for the config parser
int Hyprlang::SConfigOptions::__internal_struct_end = HYPRLANG_END_MAGIC |
int Hyprlang::SConfigOptions::allowMissingConfig = false |
Don't throw on a missing config file. Carry on as if nothing happened.
int Hyprlang::SConfigOptions::pathIsStream = false |
Treat configPath as a raw config stream.
int Hyprlang::SConfigOptions::throwAllErrors = false |
Return all errors instead of just the first
int Hyprlang::SConfigOptions::verifyOnly = false |
Don't throw errors on missing values.