omni::environment
NAME

omni::environment

A namespace of omni

#include <omni/environment.hpp>
namespace omni::environment

MEMBERS

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

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top