fcml
1.2.2
|
Two way conversion for common types. More...
#include <fcml_common.hpp>
Static Public Member Functions | |
static void | convert (const fcml_st_entry_point &src, EntryPoint &dest) |
static void | convert (const EntryPoint &src, fcml_st_entry_point &dest) |
static void | convert (const fcml_st_integer &src, Integer &dest) |
static void | convert (const Integer &src, fcml_st_integer &dest) |
static void | convert (const fcml_st_offset &src, Integer &dest) |
static void | convert (const Integer &src, fcml_st_offset &dest) |
static void | convert (const fcml_st_register &src, Register &dest) |
static void | convert (const Register &src, fcml_st_register &dest) |
static void | convert (const fcml_st_far_pointer &src, FarPointer &dest) |
static void | convert (const FarPointer &src, fcml_st_far_pointer &dest) |
static void | convert (const fcml_st_segment_selector &src, SegmentSelector &dest) |
static void | convert (const SegmentSelector &src, fcml_st_segment_selector &dest) |
static void | convert (const fcml_st_effective_address &src, EffectiveAddress &dest) |
static void | convert (const EffectiveAddress &src, fcml_st_effective_address &dest) |
static void | convert (const fcml_st_address &src, Address &dest) |
static void | convert (const Address &src, fcml_st_address &dest) |
static void | convert (const fcml_st_operand &src, Operand &dest) |
static void | convert (const Operand &src, fcml_st_operand &dest) |
static void | convert (const fcml_st_operand_decorators &src, Decorators &dest) |
static void | convert (const Decorators &src, fcml_st_operand_decorators &dest) |
static void | convert (const fcml_st_condition &src, Condition &dest) |
static void | convert (const Condition &src, fcml_st_condition &dest) |
static void | convert (const fcml_st_instruction &src, Instruction &dest) |
static void | convert (const Instruction &src, fcml_st_instruction &dest) |
static void | free (fcml_st_instruction &instruction) |
Two way conversion for common types.