env_loader.hpp
File Header Information
| Field | Value |
|---|---|
| SPDX Comment | Environment Loader Header |
| SPDX Type | SOURCE |
| Contributor | ZHENG Robert |
| License ID | MIT |
| File | env_loader.hpp |
| Description | Environment Loader Header |
| Version | 0.15.0 |
| Date | 2026-01-24 |
| Author | ZHENG Robert (robert@hase-zheng.net) |
| Copyright | Copyright (c) 2026 ZHENG Robert |
| License | MIT |
Table of Contents
API Documentation
namespace utils
utils namespace.
class EnvLoader
EnvLoader class.
static void load(const std::string& path)
Function implementation.
static int getInt(const std::string& key, int defaultVal = 0)
Function implementation.