FastLED 3.9.15
Loading...
Searching...
No Matches

◆ ofstream() [2/5]

fl::ofstream::ofstream ( const char * path,
ios::openmode mode = ios::out )
explicit

Definition at line 114 of file fstream.cpp.hpp.

115 : mGood(false), mEof(false), mFail(true), mLocalError(0) {
116 open(path, mode);
117}
void open(const char *path, ios::openmode mode=ios::out)
int mLocalError
Definition fstream.h:213

References mEof, mFail, mGood, mLocalError, and open().

+ Here is the call graph for this function: