FastLED 3.9.15
Loading...
Searching...
No Matches
fstream.h File Reference
+ Include dependency graph for fstream.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fl::fstream
 
class  fl::ifstream
 
class  fl::ofstream
 

Namespaces

namespace  fl
 Base definition for an LED controller.
 
namespace  fl::ios
 

Typedefs

using fl::ios::openmode = unsigned int
 

Enumerations

enum class  fl::ios::seekdir { fl::ios::beg = 0 , fl::ios::cur = 1 , fl::ios::end = 2 }
 

Variables

static constexpr openmode fl::ios::app = 0x20
 
static constexpr openmode fl::ios::ate = 0x02
 
static constexpr openmode fl::ios::binary = 0x01
 
static constexpr openmode fl::ios::in = 0x04
 
static constexpr openmode fl::ios::out = 0x08
 
static constexpr openmode fl::ios::trunc = 0x10