See: Description
| Interface | Description |
|---|---|
| IBackSequence<T> |
Defines the base requirements for a back insertion sequence.
|
| IBidContainer32<T,TIterator extends IBidIter<T,TIterator>> |
Defines a sequence that provides a bidirectional iterator
for accessing or storing container's elements.
|
| IBidContainer64<T,TIterator extends IBidIter<T,TIterator>> |
Defines a sequence that provides a bidirectional iterator
for accessing or storing container's elements.
|
| IBidSequence32<T,TIterator extends IBidIter<T,TIterator>> |
Defines a sequence that provides a bidirectional iterator
for accessing or storing container's elements.
|
| IBidSequence64<T,TIterator extends IBidIter<T,TIterator>> |
Defines a sequence that provides a bidirectional iterator
for accessing or storing container's elements.
|
| IContainer32<T> |
Defines a base container having a 32-bit address.
|
| IContainer64<T> |
Defines a base container having a 64-bit address.
|
| IFrontSequence<T> |
Defines the base requirements for a front insertion sequence.
|
| IFwdContainer32<T,TIterator extends IFwdIter<T,TIterator>> |
Defines a container that provides a forward iterator
for accessing or storing container's elements.
|
| IFwdContainer64<T,TIterator extends IFwdIter<T,TIterator>> |
Defines a container that provides a forward iterator
for accessing or storing container's elements.
|
| IFwdSequence32<T,TIterator extends IFwdIter<T,TIterator>> |
Defines a sequence that provides a forward iterator
for accessing or storing container's elements.
|
| IFwdSequence64<T,TIterator extends IFwdIter<T,TIterator>> |
Defines a sequence that provides a forward iterator
for accessing or storing container's elements.
|
| IInsertSequence<T,TIterator> |
Defines the base requirements for a insertion sequence.
|
| IRanSequence32<T,TIterator extends IRanIter<T,TIterator>> |
Defines a sequence that provides a random iterator
for accessing or storing container's elements.
|
| IRanSequence64<T,TIterator extends IRanIter<T,TIterator>> |
Defines a sequence that provides a random iterator
for accessing or storing container's elements.
|
| Class | Description |
|---|---|
| FIndex32<TKey> |
Defines a sorted, variable-sized container that stores pairs of
keys and pointers (addresses) to a record in a different container.
|
| FIndex64<TKey> |
Defines a sorted, variable-sized container that stores pairs of
keys and pointers (addresses) to a record in a different container.
|
| FIndexContainer32<TKey> |
Defines a container that holds indexes of a specified type
using a resizable storage.
|
| FIndexContainer64<TKey> |
Defines a container that holds indexes of a specified type
using a resizable storage.
|
| FMap32<TKey,TValue> |
Defines a sorted, variable-sized container that stores pairs of
keys and pointers (addresses) to a record in a different container.
|
| FMap64<TKey,TValue> |
Defines a sorted, variable-sized container that stores pairs of
keys and pointers (addresses) to a record in a different container.
|
| FMapContainer32<TKey,TValue> |
Defines a container that holds maps of a specified type
using a resizable blkStorage.
|
| FMapContainer64<TKey,TValue> |
Defines a container that holds maps of a specified type
using a resizable blkStorage.
|
| Folder |
Implements folder settings for persistent containers.
|
| FSet32<TKey> |
Defines a sorted, variable-sized container that stores pairs of
keys and pointers (addresses) to a record in a different container.
|
| FSet64<TKey> |
Defines a sorted, variable-sized container that stores pairs of
keys and pointers (addresses) to a record in a different container.
|
| FSetContainer32<TKey> |
Defines a container that holds sets of a specified type
using a resizable storage.
|
| FSetContainer64<TKey> |
Defines a container that holds sets of a specified type
using a resizable storage.
|
| FVector32<T> |
Defines a resizable container that allows fast
random access to any element, constant time insertions
and deletions at the beginning and the end of the sequence
and linear time insertion and removal of elements in the middle.
|
| FVector64<T> |
Defines a resizable container that allows fast
random access to any element, constant time insertions
and deletions at the beginning and the end of the sequence
and linear time insertion and removal of elements in the middle.
|
| FVectorContainer32<T> |
Defines a container that holds sequences
of a specified type using a resizable storage.
|
| FVectorContainer64<T> |
Defines a container that holds sequences
of a specified type using a resizable storage.
|
| LinkedList64<T> |
Defines a container that allows both forward and
backward traversal, constant time insertions and deletions of
elements at the beginning, at the end or in the middle.
|
| Map32<TKey,TValue> |
Defines a sorted, variable-sized container that stores pairs of
keys and values.
|
| Map64<TKey,TValue> |
Defines a sorted, variable-sized container that stores pairs of
keys and values.
|
| PriorityQueue32<T> |
Implements a variable size container of instances
of the same unbound parameter type.
|
| PriorityQueue64<T> |
Implements a variable size container of instances
of the same unbound parameter type.
|
| Queue32<T> |
Implements a variable size first-in-first-out (FIFO)
container of instances of the same unbound parameter type.
|
| Queue64<T> |
Implements a variable size first-in-first-out (FIFO)
container of instances of the same unbound parameter type.
|
| Set32<TKey> |
Defines a sorted, variable-sized container that stores objects of the
specified type.
|
| Set64<TKey> |
Defines a sorted, variable-sized container that stores objects of the
specified type.
|
| Stack32<T> |
Implements a variable size last-in-first-out (LIFO)
container of instances of the same unbound parameter type.
|
| Stack64<T> |
Implements a variable size last-in-first-out (LIFO)
container of instances of the same unbound parameter type.
|
| Vector<T> |
Defines a container with a predefined maximum size
that allows fast random access to any element, constant time
insertions and deletions at the beginning and the end of the
sequence and linear time insertion and removal of elements
in the middle.
|
| Vector32<T> |
Defines a resizable container that allows fast
random access to any element, static constant time insertions
and deletions at the beginning and the end of the sequence
and linear time insertion and removal of elements in the middle.
|
| Vector64<T> |
Defines a resizable container that allows fast
random access to any element, static constant time insertions
and deletions at the beginning and the end of the sequence
and linear time insertion and removal of elements in the middle.
|
| Enum | Description |
|---|---|
| FileMode |
Specifies how the operating system should open a file.
|
Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.