The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
util::close_FILE Struct Reference

This class specializes the scoped_resource to implement scoped FILEs. More...

#include <scoped_resource.hpp>

Public Member Functions

void operator() (std::FILE *f) const
 

Detailed Description

This class specializes the scoped_resource to implement scoped FILEs.

Not sure this is the best place to place such an utility, though.

Definition at line 186 of file scoped_resource.hpp.

Member Function Documentation

void util::close_FILE::operator() ( std::FILE *  f) const
inline

Definition at line 188 of file scoped_resource.hpp.


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