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

◆ read()

int fl::read ( )

Definition at line 127 of file cstdio.cpp.hpp.

127 {
128#ifdef FASTLED_TESTING
129 // Check for injected handler first
130 if (get_read_handler()) {
131 return get_read_handler()();
132 }
133#endif
134
135 // Delegate to platform implementation
136 return platforms::read();
137}

Referenced by fl::unordered_map_small< Key, Value, Equal >::compact(), fl::istream_real::get(), fl::istream_real::getline(), fl::third_party::plm_buffer_read(), fl::filebuf::read(), fl::filebuf::read(), fl::ifstream::read(), fl::ifstream::read(), fl::SerialPort::read(), fl::SerialReader::read(), fl::video::PixelStream::readFrameAt(), fl::istream_real::readLine(), fl::filebuf::readRGB8(), fl::ifstream::readRGB8(), and readStringUntil().

+ Here is the caller graph for this function: