|
FastLED 3.9.15
|
This is the complete list of members for fl::fstream, including all inherited members.
| clear_error() | fl::fstream | |
| close() | fl::fstream | |
| eof() const | fl::fstream | inline |
| error() const | fl::fstream | |
| error_message() const | fl::fstream | |
| fail() const | fl::fstream | inline |
| fstream() FL_NOEXCEPT | fl::fstream | inline |
| fstream(const char *path, ios::openmode mode=ios::in|ios::out) | fl::fstream | explicit |
| fstream(filebuf_ptr handle) | fl::fstream | explicit |
| fstream(const fstream &) FL_NOEXCEPT=delete | fl::fstream | |
| fstream(fstream &&other) FL_NOEXCEPT | fl::fstream | inline |
| gcount() const | fl::fstream | inline |
| good() const | fl::fstream | inline |
| is_open() const | fl::fstream | inline |
| mEof | fl::fstream | private |
| mFail | fl::fstream | private |
| mGood | fl::fstream | private |
| mHandle | fl::fstream | private |
| mLastRead | fl::fstream | private |
| mLocalError | fl::fstream | private |
| open(const char *path, ios::openmode mode=ios::in|ios::out) | fl::fstream | |
| operator=(const fstream &)=delete | fl::fstream | |
| operator=(fstream &&other) FL_NOEXCEPT | fl::fstream | inline |
| rdbuf() const | fl::fstream | inline |
| read(char *buffer, fl::size_t count) | fl::fstream | |
| seekg(fl::size_t pos, ios::seekdir dir=ios::seekdir::beg) | fl::fstream | |
| tellg() | fl::fstream | |
| updateState() | fl::fstream | inlineprivate |
| write(const char *data, fl::size_t count) | fl::fstream | |
| ~fstream() FL_NOEXCEPT | fl::fstream |