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

◆ ifstream() [2/5]

fl::ifstream::ifstream ( const char * path,
ios::openmode mode = ios::in )
explicit

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

15 : mLastRead(0), mGood(false), mEof(false), mFail(true) {
16 open(path, mode);
17}
void open(const char *path, ios::openmode mode=ios::in)
bool mEof
Definition fstream.h:53
const char * path() const
Definition fstream.h:156
fl::size_t mLastRead
Definition fstream.h:51
bool mFail
Definition fstream.h:54
bool mGood
Definition fstream.h:52

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

+ Here is the call graph for this function: