#include <self.hpp>

Static Public Member Functions | |
| static self & | get_instance () |
| static environment | get_environment () |
The self singleton provides access to the current process.
| static self& boost::process::self::get_instance | ( | ) | [inline, static] |
| static environment boost::process::self::get_environment | ( | ) | [inline, static] |
Returns the current environment.
Returns the current process' environment variables. Modifying the returned object has no effect on the current environment.
1.5.5