OGS
ApplicationsLib::anonymous_namespace{ogs_embedded_python.cpp}::PipeCloser Struct Reference

Detailed Description

Custom deleter for FILE handles from popen.

Definition at line 45 of file ogs_embedded_python.cpp.

Public Member Functions

void operator() (FILE *f) const

Member Function Documentation

◆ operator()()

void ApplicationsLib::anonymous_namespace{ogs_embedded_python.cpp}::PipeCloser::operator() ( FILE * f) const
inline

Definition at line 50 of file ogs_embedded_python.cpp.

50{ pclose(f); }

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