omni::environment::set_var
NAME

omni::environment::set_var

A static function of omni::environment

#include <omni/environment.hpp>
bool omni::environment::set_var(const std::string& name, const std::string& val)

OVERLOADS

bool omni::environment::set_var(const std::wstring& name, const std::wstring& val)
inline bool omni::environment::set_var(const char* name, const char* val)
inline bool omni::environment::set_var(const wchar_t* name, const wchar_t* val)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top