Kinetis Bootloader Host  2.0.0
Host Tools for Kinetis devices
blfwk::IntegerValue Class Reference

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
 
IntegerValueoperator= (uint32_t value)
 

Protected Attributes

uint32_t m_value
 The integer value.
 

Detailed Description

32-bit signed integer value.


The documentation for this class was generated from the following file: