ALib C++ Library
Library Version: 2312 R0
Documentation generated by doxygen
Public Fields | Public Methods | List of all members
AutoSizes::Entry Struct Reference

#include <autosizes.hpp>

Class Description

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

Definition at line 86 of file autosizes.hpp.

Public Fields

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 Methods

 Entry (Types t, integer v, integer s)
 

Constructor & Destructor Documentation

◆ 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: