sisi4s
Loading...
Searching...
No Matches
ghc::filesystem::basic_filebuf< charT, traits > Class Template Reference

#include <filesystem.hpp>

Inheritance diagram for ghc::filesystem::basic_filebuf< charT, traits >:
Collaboration diagram for ghc::filesystem::basic_filebuf< charT, traits >:

Public Member Functions

 basic_filebuf ()
 
 ~basic_filebuf () override
 
 basic_filebuf (const basic_filebuf &)=delete
 
const basic_filebufoperator= (const basic_filebuf &)=delete
 
basic_filebuf< charT, traits > * open (const path &p, std::ios_base::openmode mode)
 

Constructor & Destructor Documentation

◆ basic_filebuf() [1/2]

template<class charT , class traits = std::char_traits<charT>>
ghc::filesystem::basic_filebuf< charT, traits >::basic_filebuf ( )
inline

◆ ~basic_filebuf()

template<class charT , class traits = std::char_traits<charT>>
ghc::filesystem::basic_filebuf< charT, traits >::~basic_filebuf ( )
inlineoverride

◆ basic_filebuf() [2/2]

template<class charT , class traits = std::char_traits<charT>>
ghc::filesystem::basic_filebuf< charT, traits >::basic_filebuf ( const basic_filebuf< charT, traits > &  )
delete

Member Function Documentation

◆ open()

template<class charT , class traits = std::char_traits<charT>>
basic_filebuf< charT, traits > * ghc::filesystem::basic_filebuf< charT, traits >::open ( const path p,
std::ios_base::openmode  mode 
)
inline
Here is the call graph for this function:

◆ operator=()

template<class charT , class traits = std::char_traits<charT>>
const basic_filebuf & ghc::filesystem::basic_filebuf< charT, traits >::operator= ( const basic_filebuf< charT, traits > &  )
delete

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