Wraps instruction hint and exposes factory methods for instruction hints.
More...
#include <fcml_common.hpp>
|
| static const InstructionHint | NO_HINTS () |
| | Creates instruction hint: NO_HINTS.
|
| static const InstructionHint | NEAR_POINTER () |
| | Creates instruction hint: NEAR_POINTER.
|
| static const InstructionHint | FAR_POINTER () |
| | Creates instruction hint: FAR_POINTER.
|
| static const InstructionHint | LONG_FORM_POINTER () |
| | Creates instruction hint: LONG_FORM_POINTER.
|
| static const InstructionHint | INDIRECT_POINTER () |
| | Creates instruction hint: INDIRECT_POINTER.
|
| static const InstructionHint | DIRECT_POINTER () |
| | Creates instruction hint: DIRECT_POINTER.
|
Wraps instruction hint and exposes factory methods for instruction hints.
- Since
- 1.1.0
◆ DIRECT_POINTER()
| const InstructionHint fcml::InstructionHint::DIRECT_POINTER |
( |
| ) |
|
|
inlinestatic |
Creates instruction hint: DIRECT_POINTER.
- Returns
- Instruction hint.
◆ FAR_POINTER()
| const InstructionHint fcml::InstructionHint::FAR_POINTER |
( |
| ) |
|
|
inlinestatic |
Creates instruction hint: FAR_POINTER.
- Returns
- Instruction hint.
◆ INDIRECT_POINTER()
| const InstructionHint fcml::InstructionHint::INDIRECT_POINTER |
( |
| ) |
|
|
inlinestatic |
Creates instruction hint: INDIRECT_POINTER.
- Returns
- Instruction hint.
◆ LONG_FORM_POINTER()
| const InstructionHint fcml::InstructionHint::LONG_FORM_POINTER |
( |
| ) |
|
|
inlinestatic |
Creates instruction hint: LONG_FORM_POINTER.
- Returns
- Instruction hint.
◆ NEAR_POINTER()
| const InstructionHint fcml::InstructionHint::NEAR_POINTER |
( |
| ) |
|
|
inlinestatic |
Creates instruction hint: NEAR_POINTER.
- Returns
- Instruction hint.
◆ NO_HINTS()
| const InstructionHint fcml::InstructionHint::NO_HINTS |
( |
| ) |
|
|
inlinestatic |
Creates instruction hint: NO_HINTS.
- Returns
- Instruction hint.
The documentation for this struct was generated from the following file: