Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::gil::detail::file_mgr Class Reference

#include <io_error.hpp>

Inheritance diagram for boost::gil::detail::file_mgr:
Collaboration diagram for boost::gil::detail::file_mgr:

Classes

struct  null_deleter
 

Public Member Functions

FILE * get ()
 

Protected Member Functions

 file_mgr (FILE *file)
 
 file_mgr (const char *filename, const char *flags)
 

Protected Attributes

shared_ptr< FILE > _fp
 

Constructor & Destructor Documentation

boost::gil::detail::file_mgr::file_mgr ( FILE *  file)
inlineprotected
boost::gil::detail::file_mgr::file_mgr ( const char *  filename,
const char *  flags 
)
inlineprotected

Member Function Documentation

FILE* boost::gil::detail::file_mgr::get ( )
inline

Member Data Documentation

shared_ptr<FILE> boost::gil::detail::file_mgr::_fp
protected

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