ALib C++ Library
Library Version: 2402 R1
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 86 of file autosizes.hpp.

#include <autosizes.hpp>

Public Field Index:

integer actual
 The actually used tab stop or size.
 
integer session
 The maximum requested size in 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 tab stop or size.

Definition at line 89 of file autosizes.hpp.

◆ session

integer session

The maximum requested size in actual session.

Definition at line 90 of file autosizes.hpp.

◆ type

Types type

The type of entry.

Definition at line 88 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 98 of file autosizes.hpp.


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