495f0ea8c4
Virtual functions should not be invoked from a constructor or destructor of the same class. Confusingly, virtual functions are resolved statically (not dynamically) in constructors and destructors for the same class. The call should be made explicitly static by qualifying it using the scope resolution operator. |
||
---|---|---|
.. | ||
containers | ||
math | ||
cli_registry.cpp | ||
cli_registry.h | ||
datalogging.cpp | ||
datalogging.h | ||
efi_scaled_channel.h | ||
efilib.cpp | ||
efilib.h | ||
efitime.cpp | ||
efitime.h | ||
histogram.cpp | ||
histogram.h | ||
loggingcentral.cpp | ||
loggingcentral.h | ||
os_util.cpp | ||
os_util.h | ||
peak_detect.h | ||
readme.md | ||
timer.cpp | ||
timer.h | ||
tinymt32.c | ||
tinymt32.h | ||
util.mk |
readme.md
Util
In this folder we have all the tiny utility stuff.
Ideally, code from this folder should not depend on code from any other folder.