+
Point of view
All features
deferred class READLINE_STATE_STRUCT
Summary
Wrapper of struct readline_state defined in file /usr/include/readline/readline.h
Direct parents
Insert list: READLINE_TYPES, STANDARD_C_LIBRARY_TYPES
Overview
Features
Low-level setters
{}
Low-level queries
{}
Structure size
{WRAPPER, WRAPPER_HANDLER}
variable-size types
{WRAPPER_HANDLER}
C type definitions (typedefs)
{WRAPPER_HANDLER}
  • comparison_fn_t: POINTER
    typedef comparison_fn_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
  • timer_t: POINTER
    typedef timer_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • clockid_t: INTEGER_32
    typedef clockid_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • time_t: INTEGER_64
    typedef time_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • clock_t: INTEGER_64
    typedef clock_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • uintmax_t: NATURAL_64
    typedef uintmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • intmax_t: INTEGER_64
    typedef intmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uintptr_t: NATURAL_64
    typedef uintptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • intptr_t: INTEGER_64
    typedef intptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast64_t: NATURAL_64
    typedef uint_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast32_t: NATURAL_64
    typedef uint_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast16_t: NATURAL_64
    typedef uint_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast8_t: CHARACTER
    typedef uint_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast64_t: INTEGER_64
    typedef int_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast32_t: INTEGER_64
    typedef int_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast16_t: INTEGER_64
    typedef int_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast8_t: CHARACTER
    typedef int_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least64_t: NATURAL_64
    typedef uint_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least32_t: NATURAL_32
    typedef uint_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least16_t: NATURAL_16
    typedef uint_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least8_t: CHARACTER
    typedef uint_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least64_t: INTEGER_64
    typedef int_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least32_t: INTEGER_32
    typedef int_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least16_t: INTEGER_16
    typedef int_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least8_t: CHARACTER
    typedef int_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint64_t: NATURAL_64
    typedef uint64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint32_t: NATURAL_32
    typedef uint32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint16_t: NATURAL_16
    typedef uint16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint8_t: CHARACTER
    typedef uint8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int64_t: INTEGER_64
    typedef int64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int32_t: INTEGER_32
    typedef int32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int16_t: INTEGER_16
    typedef int16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int8_t: CHARACTER
    typedef int8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • ssize_t: INTEGER_64
    typedef ssize_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • off64_t: INTEGER_64
    typedef off64_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
  • off_t: INTEGER_64
    typedef off_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
  • size_t: NATURAL_64
    typedef size_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
  • ptrdiff_t: INTEGER_64
    typedef ptrdiff_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • error_t: INTEGER_32
    typedef error_t from /usr/include/errno.h Empty by design, used for anchored declarations.
C type definitions (typedefs)
{WRAPPER_HANDLER}
  • histdata_t: POINTER
    typedef histdata_t from /usr/include/readline/history.h Empty by design, used for anchored declarations.
  • keymap: POINTER
    typedef Keymap from /usr/include/readline/keymaps.h Empty by design, used for anchored declarations.
readline_state_struct_set_point (a_structure: POINTER, a_value: INTEGER_32)
{}
Setter for point field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_end_field (a_structure: POINTER, a_value: INTEGER_32)
{}
Setter for end field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_mark (a_structure: POINTER, a_value: INTEGER_32)
{}
Setter for mark field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_buffer (a_structure: POINTER, a_value: POINTER)
{}
Setter for buffer field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_buflen (a_structure: POINTER, a_value: INTEGER_32)
{}
Setter for buflen field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_ul (a_structure: POINTER, a_value: POINTER)
{}
Setter for ul field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_prompt (a_structure: POINTER, a_value: POINTER)
{}
Setter for prompt field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_rlstate (a_structure: POINTER, a_value: INTEGER_32)
{}
Setter for rlstate field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_done (a_structure: POINTER, a_value: INTEGER_32)
{}
Setter for done field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_kmap (a_structure: POINTER, a_value: POINTER)
{}
Setter for kmap field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_lastfunc (a_structure: POINTER, a_value: POINTER)
{}
Setter for lastfunc field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_insmode (a_structure: POINTER, a_value: INTEGER_32)
{}
Setter for insmode field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_edmode (a_structure: POINTER, a_value: INTEGER_32)
{}
Setter for edmode field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_kseqlen (a_structure: POINTER, a_value: INTEGER_32)
{}
Setter for kseqlen field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_inf (a_structure: POINTER, a_value: POINTER)
{}
Setter for inf field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_outf (a_structure: POINTER, a_value: POINTER)
{}
Setter for outf field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_pendingin (a_structure: POINTER, a_value: INTEGER_32)
{}
Setter for pendingin field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_macro (a_structure: POINTER, a_value: POINTER)
{}
Setter for macro field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_catchsigs (a_structure: POINTER, a_value: INTEGER_32)
{}
Setter for catchsigs field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_catchsigwinch (a_structure: POINTER, a_value: INTEGER_32)
{}
Setter for catchsigwinch field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_set_reserved (a_structure: POINTER, a_value: POINTER)
{}
Setter for reserved field of READLINE_STATE_STRUCT structure.
TODO: setter description
readline_state_struct_get_point (a_structure: POINTER): INTEGER_32
{}
Query for point field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_end_field (a_structure: POINTER): INTEGER_32
{}
Query for end field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_mark (a_structure: POINTER): INTEGER_32
{}
Query for mark field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_buffer (a_structure: POINTER): POINTER
{}
Query for buffer field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_buflen (a_structure: POINTER): INTEGER_32
{}
Query for buflen field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_ul (a_structure: POINTER): POINTER
{}
Query for ul field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_prompt (a_structure: POINTER): POINTER
{}
Query for prompt field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_rlstate (a_structure: POINTER): INTEGER_32
{}
Query for rlstate field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_done (a_structure: POINTER): INTEGER_32
{}
Query for done field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_kmap (a_structure: POINTER): POINTER
{}
Query for kmap field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_lastfunc (a_structure: POINTER): POINTER
{}
Query for lastfunc field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_insmode (a_structure: POINTER): INTEGER_32
{}
Query for insmode field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_edmode (a_structure: POINTER): INTEGER_32
{}
Query for edmode field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_kseqlen (a_structure: POINTER): INTEGER_32
{}
Query for kseqlen field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_inf (a_structure: POINTER): POINTER
{}
Query for inf field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_outf (a_structure: POINTER): POINTER
{}
Query for outf field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_pendingin (a_structure: POINTER): INTEGER_32
{}
Query for pendingin field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_macro (a_structure: POINTER): POINTER
{}
Query for macro field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_catchsigs (a_structure: POINTER): INTEGER_32
{}
Query for catchsigs field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_catchsigwinch (a_structure: POINTER): INTEGER_32
{}
Query for catchsigwinch field of READLINE_STATE_STRUCT structure.
TODO: getter description
readline_state_struct_get_reserved (a_structure: POINTER): POINTER
{}
Query for reserved field of READLINE_STATE_STRUCT structure.
TODO: getter description
long: INTEGER_64
effective function
a query with the same type of c 'long int'.
useful when dealing with code that uses long int variable: just insert th class and mark the type as 'like long'
long_unsigned: NATURAL_64
effective function
a query with the same type of c 'long unsigned int'.
useful when dealing with code that uses long int variable: just insert th class and mark the type as 'like long_unsigned'
comparison_fn_t: POINTER
effective function
typedef comparison_fn_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
timer_t: POINTER
effective function
typedef timer_t from /usr/include/time.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
clockid_t: INTEGER_32
effective function
typedef clockid_t from /usr/include/time.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
time_t: INTEGER_64
effective function
typedef time_t from /usr/include/time.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
clock_t: INTEGER_64
effective function
typedef clock_t from /usr/include/time.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uintmax_t: NATURAL_64
effective function
typedef uintmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
intmax_t: INTEGER_64
effective function
typedef intmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uintptr_t: NATURAL_64
effective function
typedef uintptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
intptr_t: INTEGER_64
effective function
typedef intptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_fast64_t: NATURAL_64
effective function
typedef uint_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_fast32_t: NATURAL_64
effective function
typedef uint_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_fast16_t: NATURAL_64
effective function
typedef uint_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_fast8_t: CHARACTER
effective function
typedef uint_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_fast64_t: INTEGER_64
effective function
typedef int_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_fast32_t: INTEGER_64
effective function
typedef int_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_fast16_t: INTEGER_64
effective function
typedef int_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_fast8_t: CHARACTER
effective function
typedef int_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_least64_t: NATURAL_64
effective function
typedef uint_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_least32_t: NATURAL_32
effective function
typedef uint_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_least16_t: NATURAL_16
effective function
typedef uint_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_least8_t: CHARACTER
effective function
typedef uint_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_least64_t: INTEGER_64
effective function
typedef int_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_least32_t: INTEGER_32
effective function
typedef int_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_least16_t: INTEGER_16
effective function
typedef int_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_least8_t: CHARACTER
effective function
typedef int_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint64_t: NATURAL_64
effective function
typedef uint64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint32_t: NATURAL_32
effective function
typedef uint32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint16_t: NATURAL_16
effective function
typedef uint16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint8_t: CHARACTER
effective function
typedef uint8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int64_t: INTEGER_64
effective function
typedef int64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int32_t: INTEGER_32
effective function
typedef int32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int16_t: INTEGER_16
effective function
typedef int16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int8_t: CHARACTER
effective function
typedef int8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
ssize_t: INTEGER_64
effective function
typedef ssize_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
off64_t: INTEGER_64
effective function
typedef off64_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
off_t: INTEGER_64
effective function
typedef off_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
size_t: NATURAL_64
effective function
typedef size_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
ptrdiff_t: INTEGER_64
effective function
typedef ptrdiff_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
error_t: INTEGER_32
effective function
typedef error_t from /usr/include/errno.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
histdata_t: POINTER
effective function
typedef histdata_t from /usr/include/readline/history.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
keymap: POINTER
effective function
typedef Keymap from /usr/include/readline/keymaps.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default