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

◆ fstream() [2/5]

fl::fstream::fstream ( const char * path,
ios::openmode mode = ios::in | ios::out )
explicit

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

224 : mLastRead(0), mGood(false), mEof(false), mFail(true), mLocalError(0) {
225 open(path, mode);
226}
bool mGood
Definition fstream.h:303
bool mEof
Definition fstream.h:304
bool mFail
Definition fstream.h:305
void open(const char *path, ios::openmode mode=ios::in|ios::out)
fl::size_t mLastRead
Definition fstream.h:302
int mLocalError
Definition fstream.h:306

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

+ Here is the call graph for this function: