NAME
A namespace of omni
MEMBERS
omni::environment
A namespace of omni
#include <omni/environment.hpp>namespace omni::environmentMEMBERS
bool omni::environment::create_var(const std::string& name)
bool omni::environment::delete_var(const std::string& name)
std::string omni::environment::expand_vars(const std::string& vars)
std::string omni::environment::get_var(const std::string& name)
bool omni::environment::set_var(const std::string& name, const std::string& val)
bool omni::environment::var_exists(const std::string& name)
omni::environment::NEW_LINE