![]() |
Imt.Base C++ API V4.1.1.0
|
Classes | |
| class | CppVersion |
| Provides check for the C++ version supported by the compiler according to cpp reference. More... | |
| class | Noncopyable |
| Base class for a non copyable class that disables copy and assignment of instances. More... | |
| class | Nonmovable |
| Base class for a not movable class that disables copy, assignment and move of instances. More... | |
| class | StaticClass |
| Base class for a static class that disables construction, copy, assignment and move of instances. More... | |
| class | Version |
| Static class with version informations on the Imt.Base libraries. More... | |
Functions | |
| uint8_t | countLeadingZeros (uint32_t const x) |
| Platform independent implementation of the IAR intrinsic __clz, which counts the number of leading zero bits of the input value. | |
Platform independent implementation of the IAR intrinsic __clz, which counts the number of leading zero bits of the input value.
| x | The input value. |
Definition at line 51 of file CountLeadingZeros.h.