Class TBooleanList
Unit
Declaration
type TBooleanList = class(specialize TStructList<boolean>)
Description
List of booleans.
Hierarchy
- TObject
- TList
- TStructList
- TBooleanList
Overview
Methods
procedure SetFalse(const Index: TListSize); |
|
procedure SetTrue(const Index: TListSize); |
|
function ToInt32: TInt32List; |
|
function Equals(SecondValue: TObject): boolean; override; |
Description
Methods
procedure SetFalse(const Index: TListSize); |
|
Set appropriate item to given value. These are useful methods to pass as callback in some situations (e.g. TCastleScene.RenderFrustumOctree passes RenderFrustumOctree_Visible.SetTrue method as callback that should mark visible items.) |
procedure SetTrue(const Index: TListSize); |
|
This item has no description. |
function ToInt32: TInt32List; |
|
This item has no description. |
function Equals(SecondValue: TObject): boolean; override; |
|
Does the SecondValue have equal length and content. This method does the same thing as PerfectlyEquals in case of Booleans list, that are always compared perfectly. |
Generated by PasDoc 0.16.0-snapshot.