ALib C++ Library
Library Version: 2412 R0
Documentation generated by doxygen
Loading...
Searching...
No Matches
AutoSizes::Entry Struct Reference

Description:

Actual and current session entries of tab stop indexes, respectively field widths.

Definition at line 77 of file autosizes.hpp.

#include <autosizes.hpp>

Public Field Index:

integer actual
 The actually used value.
 
integer session
 The maximum value requested in the actual session.
 
Types type
 The type of entry.
 

Public Method Index:

 Entry (Types t, integer v, integer s)
 

Field Details:

◆ actual

integer actual

The actually used value.

Definition at line 80 of file autosizes.hpp.

◆ session

integer session

The maximum value requested in the actual session.

Definition at line 81 of file autosizes.hpp.

◆ type

Types type

The type of entry.

Definition at line 79 of file autosizes.hpp.

Constructor(s) / Destructor Details:

◆ Entry()

Entry ( Types t,
integer v,
integer s )
inline

Constructor.

Parameters
tValue for field type.
vValue for field actual.
sValue for field session.

Definition at line 87 of file autosizes.hpp.


The documentation for this struct was generated from the following file: