Class that represent field information it contains a FieldID and also the access flags.
More...
#include <encoded.hpp>
Class that represent field information it contains a FieldID and also the access flags.
◆ EncodedField()
KUNAI::DEX::EncodedField::EncodedField |
( |
FieldID * |
field_idx, |
|
|
TYPES::access_flags |
flags |
|
) |
| |
|
inline |
Constructor of an encoded field.
- Parameters
-
field_idx | FieldID for the encoded field |
flags |
|
◆ get_access_flags()
TYPES::access_flags KUNAI::DEX::EncodedField::get_access_flags |
( |
| ) |
const |
|
inline |
Get the access flags from the Field.
- Returns
- access flags
◆ get_field() [1/2]
FieldID * KUNAI::DEX::EncodedField::get_field |
( |
| ) |
|
|
inline |
◆ get_field() [2/2]
const FieldID * KUNAI::DEX::EncodedField::get_field |
( |
| ) |
const |
|
inline |
Get a constant pointer to the FieldID.
- Returns
- constant pointer to the FieldID
◆ set_initial_value()
void KUNAI::DEX::EncodedField::set_initial_value |
( |
EncodedArray * |
initial_value | ) |
|
|
inline |
Those fields that are static contains an initial value.
- Parameters
-
The documentation for this class was generated from the following file: