LIEF: Library to Instrument Executable Formats Version 1.0.0
Loading...
Searching...
No Matches
LIEF::runtime::Process::EnvVars Struct Reference

This structure wraps environment variables. More...

#include <Process.hpp>

Public Member Functions

bool empty () const

Public Attributes

std::unordered_map< std::string, std::string > vars

Detailed Description

This structure wraps environment variables.

Member Function Documentation

◆ empty()

bool LIEF::runtime::Process::EnvVars::empty ( ) const
inline

References vars.

Member Data Documentation

◆ vars

std::unordered_map<std::string, std::string> LIEF::runtime::Process::EnvVars::vars

Referenced by empty().


The documentation for this struct was generated from the following file: