+
Point of view
All features
expanded class LIB_VERSION_TYPE_ENUM
Summary
Wrapper of enum _LIB_VERSION_TYPE defined in file /usr/include/math.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_ieee
effective procedure
{ANY}
set_isoc
effective procedure
{ANY}
set_posix
effective procedure
{ANY}
set_svid
effective procedure
{ANY}
set_xopen
effective procedure
{ANY}
is_ieee: BOOLEAN
effective function
{ANY}
is_isoc: BOOLEAN
effective function
{ANY}
is_posix: BOOLEAN
effective function
{ANY}
is_svid: BOOLEAN
effective function
{ANY}
is_xopen: BOOLEAN
effective function
{ANY}
posix_low_level: INTEGER_32
xopen_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