+
Point of view
All features
expanded class FFI_STATUS_ENUM
Summary
Wrapper of enum ffi_status defined in file /usr/include/ffi-x86_64.h
Direct parents
Insert list: ENUM
Class invariant
Overview
Creation features
{ANY}
Features
Validity
{ANY}
Setters
{ANY}
Queries
{ANY}
Low level values
{WRAPPER, WRAPPER_HANDLER}
{ANY}
{WRAPPER_HANDLER}
is_valid_value (a_value: INTEGER_32): BOOLEAN
effective function
{ANY}
Can a_value be used in a set_value feature call?
default_create
effective procedure
{ANY}
set_bad_abi
effective procedure
{ANY}
set_bad_typedef
effective procedure
{ANY}
set_ok
effective procedure
{ANY}
is_bad_abi: BOOLEAN
effective function
{ANY}
is_bad_typedef: BOOLEAN
effective function
{ANY}
is_ok: BOOLEAN
effective function
{ANY}
bad_abi_low_level: INTEGER_32
bad_typedef_low_level: INTEGER_32
is_valid_state: BOOLEAN
effective function
{ANY}
Is the value of the enumeration valid?
value: INTEGER_32
writable attribute
The current value of the enumeration.
set (a_value: INTEGER_32)
effective procedure
require
change_value (a_value: INTEGER_32)
effective procedure
require