rusEFI
The most advanced open source ECU
|
Data Structures | |
class | FuncChain |
class | FuncChain< TFirst, TRest... > |
class | FuncChain<> |
Functions | |
void | efiPrintfInternal (const char *format,...) |
This lets us compose multiple functions in to a single function. If we have conversion functions F(x), G(x), and H(x), we can define a new function FuncChain<F, G, H> that will compute H(G(F(X))). F first, then G, then H.
void priv::efiPrintfInternal | ( | const char * | format, |
... | |||
) |
Definition at line 177 of file loggingcentral.cpp.
Referenced by efiPrintfInternal().