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

Description:

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

Definition at line 71 of file autosizes.inl.

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 alib::strings::util::AutoSizes::Entry::actual

The actually used value.

Definition at line 74 of file autosizes.inl.

◆ session

integer alib::strings::util::AutoSizes::Entry::session

The maximum value requested in the actual session.

Definition at line 75 of file autosizes.inl.

◆ type

Types alib::strings::util::AutoSizes::Entry::type

The type of entry.

Definition at line 73 of file autosizes.inl.

Constructor(s) / Destructor Details:

◆ Entry()

Constructor.

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

Definition at line 81 of file autosizes.inl.


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