|
group2 0.1.0
CSE 125 Group 2
|
Implementation of loadNetworkConfig(). More...
Functions | |
| NetworkConfig | loadNetworkConfig (const char *path) |
| Load network config from a TOML file. | |
Implementation of loadNetworkConfig().
| NetworkConfig loadNetworkConfig | ( | const char * | path | ) |
Load network config from a TOML file.
Attempts to parse path as TOML. A missing file or missing key falls back to the default value — no exception escapes this function. On parse error a warning is printed to stderr and all defaults are returned.
| path | Path to config.toml (absolute or relative to the working directory). |