Logo

Cake Planner

Backend

env_loader.hpp

File Header Information

FieldValue
SPDX CommentEnvironment Loader Header
SPDX TypeSOURCE
ContributorZHENG Robert
License IDMIT
Fileenv_loader.hpp
DescriptionEnvironment Loader Header
Version0.15.0
Date2026-01-24
AuthorZHENG Robert (robert@hase-zheng.net)
CopyrightCopyright (c) 2026 ZHENG Robert
LicenseMIT

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.