![]() |
Kinetis Bootloader Host
2.0.0
Host Tools for Kinetis devices
|
32-bit signed integer value. More...
#include <Value.h>
Inheritance diagram for blfwk::IntegerValue:
Collaboration diagram for blfwk::IntegerValue:Public Member Functions | |
| IntegerValue (uint32_t value) | |
| IntegerValue (const IntegerValue &other) | |
| virtual std::string | getTypeName () const |
| virtual size_t | getSize () const |
| uint32_t | getValue () const |
| operator uint32_t () const | |
| IntegerValue & | operator= (uint32_t value) |
Protected Attributes | |
| uint32_t | m_value |
| The integer value. | |
32-bit signed integer value.