static_small_value Struct Reference
[
Utility Classes and Functions
]
#include <
support/StaticValue.h
>
Inheritance diagram for static_small_value:
List of all members.
Detailed Description
This is a static representation of a
SValue
containing 4 or fewer bytes of data (with this data placed in-line), which can be used to create constant values for placement in the text section of an executable.
Public Member Functions
operator const SValue &
() const
Public Attributes
char
data
[4]
uint32_t
type
Member Function Documentation
operator const
SValue
&
(
)
const
[inline]
Member Data Documentation
char
data
[4]
uint32_t
type
The documentation for this struct was generated from the following file:
StaticValue.h