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

◆ ScopedTrace() [1/3]

fl::ScopedTrace::ScopedTrace ( const char * function,
int line )
explicit

Construct and push function name onto stack.

Parameters
functionFunction name (must be string literal or have static lifetime)
lineLine number (from LINE)

Definition at line 159 of file trace.cpp.hpp.

159 {
160 push(function, line);
161}
static void push(const char *function, int line) FL_NOEXCEPT
Push a function name onto the call stack.
Definition trace.cpp.hpp:53

References FL_NOEXCEPT, and push().

Referenced by ScopedTrace(), ScopedTrace(), operator=(), and operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: