Grijjy FoundationUnits Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Unit Grijjy.Collections
Description
Overview
Classes, Interfaces, Objects and Records
Class TgoArray |
Various utilities that operate on generic dynamic arrays. |
Class TgoReadOnlySet |
Generic read-only set. |
Class TgoSet |
A generic unordered set of values. |
Class TgoObjectSet |
A specialized TgoSet<T> that can only hold objects. |
Class TgoRingBuffer |
A ring buffer (aka "circular buffer"). |
record TgoPtr |
Generic record used to define a pointer to a value type. |
Class TgoValueList |
A light-weight list of value types (primitive types and records). |
Class TgoValueDictionary |
A light-weight dictionary where the values are of value types (primitive types and records). |
Generated by P2PasDoc 0.13.0 on 2017-04-25 12:54:26
|