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

◆ path()

const char * fl::ifstream::path ( ) const
inline

Definition at line 156 of file fstream.h.

156 {
157 return mHandle ? mHandle->path() : "";
158 }
filebuf_ptr mHandle
Definition fstream.h:50

References mHandle.

Referenced by ifstream(), and open().

+ Here is the caller graph for this function: