Shamrock 2025.10.0
Astrophysical Code
Loading...
Searching...
No Matches
Variables
env.cpp File Reference
#include "shambase/print.hpp"
#include "shambase/string.hpp"
#include "fmt/core.h"
#include "shamcmdopt/env.hpp"
#include <optional>
#include <utility>
#include <vector>
+ Include dependency graph for env.cpp:

Go to the source code of this file.

Variables

std::vector< std::pair< std::string, std::string > > env_var_reg = {}
 List of documented env variables.
 

Detailed Description

Author
Timothée David–Cléris (tim.s.nosp@m.hamr.nosp@m.ock@p.nosp@m.roto.nosp@m.n.me)

Definition in file env.cpp.

Variable Documentation

◆ env_var_reg

std::vector<std::pair<std::string, std::string> > env_var_reg = {}

List of documented env variables.

Definition at line 33 of file env.cpp.