Parallel Template Library
PTL™ 4.0
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- Type Parameters:
T - The type of objects to be inserted
before a specified position into the sequenceTIterator - The type of iterator that
specifies the inserting position.
- All Known Subinterfaces:
- IBidSequence32<T,TIterator>, IBidSequence64<T,TIterator>, IRanSequence32<T,TIterator>, IRanSequence64<T,TIterator>
- All Known Implementing Classes:
- FVector32, FVector64, LinkedList64, Vector, Vector32, Vector64
public interface IInsertSequence<T,TIterator>
Defines the base requirements for a insertion sequence.
-
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
TIterator |
Insert(TIterator pos,
T item)
Inserts an element into the sequence before the element
at a specified position.
|
-
-
Method Detail
-
Insert
TIterator Insert(TIterator pos,
T item)
Inserts an element into the sequence before the element
at a specified position.
- Parameters:
pos - The position in the sequence where the element
is inserted.item - The value of the element being inserted
into the sequence.
- Returns:
- An iterator that points to the position where the new
element was inserted into the sequence.
Parallel Template Library
PTL™ 4.0
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright© 2012 Progeneric Systems, Inc. All Rights Reserved.