subprocess  0.4.0
Modern subprocess library for c++
Public Member Functions | List of all members
subprocess::CwdGuard Class Reference

#include <environ.hpp>

Inheritance diagram for subprocess::CwdGuard:
Inheritance graph
[legend]

Public Member Functions

 CwdGuard ()
 
 ~CwdGuard ()
 

Detailed Description

Use this to put a guard for changing current working directory. On destruction the current working directory will be reset to as it was on construction.

Constructor & Destructor Documentation

◆ CwdGuard()

subprocess::CwdGuard::CwdGuard ( )
inline

◆ ~CwdGuard()

subprocess::CwdGuard::~CwdGuard ( )
inline

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