FastLED 3.9.15
Loading...
Searching...
No Matches
fl::ofstream Class Reference

Detailed Description

Definition at line 207 of file fstream.h.

#include <fstream.h>

+ Collaboration diagram for fl::ofstream:

Public Member Functions

 ofstream () FL_NOEXCEPT
 
 ofstream (const char *path, ios::openmode mode=ios::out)
 
 ofstream (const ofstream &) FL_NOEXCEPT=delete
 
 ofstream (filebuf_ptr handle)
 
 ofstream (ofstream &&other) FL_NOEXCEPT
 
 ~ofstream () FL_NOEXCEPT
 
void clear_error ()
 
void close ()
 
bool eof () const
 
int error () const
 
const char * error_message () const
 
bool fail () const
 
bool good () const
 
bool is_open () const
 
void open (const char *path, ios::openmode mode=ios::out)
 
ofstreamoperator= (const ofstream &)=delete
 
ofstreamoperator= (ofstream &&other) FL_NOEXCEPT
 
filebuf_ptr rdbuf () const
 
ofstreamwrite (const char *data, fl::size_t count)
 

Private Member Functions

void updateState ()
 

Private Attributes

bool mEof
 
bool mFail
 
bool mGood
 
filebuf_ptr mHandle
 
int mLocalError
 

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