Nebula
Loading...
Searching...
No Matches
Posix::PosixEnvironment Class Reference

#include <posixenvironment.h>

Detailed Description

Provides read-access to environment variables.

Useful for tools.

(C) 2013-2018 Individual contributors, see AUTHORS file

Static Public Member Functions

static bool Exists (const Util::String &envVarName)
 return true if env-variable exists
 
static Util::String Read (const Util::String &envVarName)
 get value of existing env-variable
 

Member Function Documentation

◆ Exists()

bool Posix::PosixEnvironment::Exists ( const Util::String & envVarName)
static

return true if env-variable exists

◆ Read()

String Posix::PosixEnvironment::Read ( const Util::String & envVarName)
static

get value of existing env-variable


The documentation for this class was generated from the following files: