GNU
|
Liberty Eiffel
|
Automated Tests
|
Wiki
|
Savannah project
|
Debian packages
|
Documentation
>
wrappers
>
PRIORITY_WHICH_ENUM
+
Point of view
All features
ANY
WRAPPER_HANDLER
WRAPPER
All features
expanded class PRIORITY_WHICH_ENUM
Summary
top
Wrapper of enum __priority_which defined in file /usr/include/x86_64-linux-gnu/bits/resource.h
Direct parents
Insert list:
ENUM
Class invariant
top
is_valid_state
Overview
top
Creation features
{
ANY
}
default_create
set_pgrp
Features
Validity
{
ANY
}
is_valid_value
(a_value:
INTEGER_32
):
BOOLEAN
Can
a_value
be used in a
set_value
feature call?
Setters
{
ANY
}
default_create
set_pgrp
set_process
set_user
Queries
{
ANY
}
is_pgrp
:
BOOLEAN
is_process
:
BOOLEAN
is_user
:
BOOLEAN
Low level values
{
WRAPPER
,
WRAPPER_HANDLER
}
pgrp_low_level
:
INTEGER_32
process_low_level
:
INTEGER_32
user_low_level
:
INTEGER_32
{
ANY
}
is_valid_state
:
BOOLEAN
Is the value of the enumeration valid?
{
WRAPPER_HANDLER
}
value
:
INTEGER_32
The current value of the enumeration.
set
(a_value:
INTEGER_32
)
change_value
(a_value:
INTEGER_32
)
is_valid_value
(a_value:
INTEGER_32
):
BOOLEAN
effective function
{
ANY
}
top
Can
a_value
be used in a
set_value
feature call?
default_create
effective procedure
{
ANY
}
top
set_pgrp
effective procedure
{
ANY
}
top
set_process
effective procedure
{
ANY
}
top
set_user
effective procedure
{
ANY
}
top
is_pgrp
:
BOOLEAN
effective function
{
ANY
}
top
is_process
:
BOOLEAN
effective function
{
ANY
}
top
is_user
:
BOOLEAN
effective function
{
ANY
}
top
pgrp_low_level
:
INTEGER_32
{
WRAPPER
,
WRAPPER_HANDLER
}
top
process_low_level
:
INTEGER_32
{
WRAPPER
,
WRAPPER_HANDLER
}
top
user_low_level
:
INTEGER_32
{
WRAPPER
,
WRAPPER_HANDLER
}
top
is_valid_state
:
BOOLEAN
effective function
{
ANY
}
top
Is the value of the enumeration valid?
value
:
INTEGER_32
writable attribute
{
WRAPPER_HANDLER
}
top
The current value of the enumeration.
set
(a_value:
INTEGER_32
)
effective procedure
{
WRAPPER_HANDLER
}
top
require
is_valid_value
(a_value)
change_value
(a_value:
INTEGER_32
)
effective procedure
{
WRAPPER_HANDLER
}
top
require
is_valid_value
(a_value)